|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CalculatedColumn
The interface is to define a column that is calculated from other columns of a table model.
Method Summary | |
---|---|
TableModel |
getActualModel()
Gets the actual table model. |
Class<?> |
getColumnClass()
Gets the class of this column. |
Object |
getColumnIdentifier()
Gets the column identifier. |
String |
getColumnName()
Gets the column name. |
int[] |
getDependingColumns()
Gets the depending column index. |
Object |
getValueAt(int rowIndex)
Gets the value at the cell of the row index. |
Method Detail |
---|
TableModel getActualModel()
String getColumnName()
Object getColumnIdentifier()
Class<?> getColumnClass()
Object getValueAt(int rowIndex)
rowIndex
-
int[] getDependingColumns()
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |