Package com.dassault_systemes.catjdialog |
java.lang.Object
|
+-com.dassault_systemes.catjdialog.CATCellSelection
Framework : CATJDialog
Module : CATJDialog
public class CATCellSelection
This class is used by CATTable
to identify cells.
- See Also:
- com.dassault_systemes.catjdialog.CATTable
_key
String _key
The row's key
_column
int _column
The column's index
CATCellSelection
CATCellSelection()
Creates a cell selection object.
CATCellSelection
CATCellSelection(String iKey, int iCol)
Creates a cell selection object with the specified key and column.
- Parameters:
iKey
- The row's key.
iCol
- The columns's index.
toString
String toString()
Returns a string representation of the cell selection object.
Copyright © 2000, Dassault Systèmes. All rights reserved