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
public int _column
The column's index
public String _key
The row's key

Constructor Summary
CATCellSelection()
Creates a cell selection object.
CATCellSelection(String iKey, int iCol)
Creates a cell selection object with the specified key and column.

Method Summary
public String toString()
Returns a string representation of the cell selection object.


Field Detail

_column

    public int _column
The column's index


_key

    public String _key
The row's key


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

    public String toString()

Returns a string representation of the cell selection object.



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