JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.util.swing
Interface JCComparableRow

All Superinterfaces:
Serializable

public interface JCComparableRow
extends Serializable

JCComparableRow interface.


Method Summary
 int getRowIndex()
          Returns the natural (unsorted) index of the current row.
 Object getValueAt(int column)
          Returns the value of the cell specified by the column and the current row.
 

Method Detail

getValueAt

public Object getValueAt(int column)
Returns the value of the cell specified by the column and the current row.

Parameters:
column -
Returns:
value of the cell specified by the column and the current row

getRowIndex

public int getRowIndex()
Returns the natural (unsorted) index of the current row.

Returns:
natural index of the current row

Copyright © 2004 Quest Software Inc..
All rights reserved.