Uses of Interface
uic.pjava.widgets.table.TableRow

Packages that use TableRow
uic.pjava.widgets.table Personal Java Table widget. 
 

Uses of TableRow in uic.pjava.widgets.table
 

Classes in uic.pjava.widgets.table that implement TableRow
 class DefaultTableRow
          AWT Based Table component, one single row default implementation Warning: Use of this component directly can be dangerous...
 

Methods in uic.pjava.widgets.table that return TableRow
 TableRow Table.getRow(int index)
           
 

Methods in uic.pjava.widgets.table with parameters of type TableRow
 int DefaultTableRow.compareTo(TableRow other, int column)
           
 int TableRow.compareTo(TableRow tablerow, int i)
           
 void Table.addRow(TableRow tr)
           
 int Table.getOrgIndex(TableRow row)
           
 int Table.getIndex(TableRow row)
           
 



Copyright © 2002,2003 Thomas Zander Available under the Free Apache licence