Package com.dassault_systemes.catjdialog

   
Class CATCellSelection

 
Class Hierarchy
java.lang.Object
  |
  +-com.dassault_systemes.catjdialog.CATCellSelection
Class Location

Framework : CATJDialog

Module : CATJDialog

Class Description

public class CATCellSelection

This class is used by CATTable to identify cells.

See Also:
com.dassault_systemes.catjdialog.CATTable
Field Summary
String _key
int _column

Constructor Summary
CATCellSelection()
CATCellSelection(String iKey, int iCol)

Method Summary
String toString()


Field Detail

_key

    String _key
The row's key


_column

    int _column
The column's index


Constructor Detail

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.

Method Detail

toString

    String toString()

Returns a string representation of the cell selection object.



Copyright © 2000, Dassault Systèmes. All rights reserved