|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectceleboss.ui.MonitorableTableModel.ColumnSpec
Simple class to record the details of each column
| Constructor Summary | |
MonitorableTableModel.ColumnSpec(java.lang.String newName,
java.lang.Class newType,
java.lang.String longName,
java.lang.String newPropName)
Create a specification for a column defines the name, type and property name that triggers an update. |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MonitorableTableModel.ColumnSpec(java.lang.String newName,
java.lang.Class newType,
java.lang.String longName,
java.lang.String newPropName)
newName - Column name.newType - Type of object displayed.longName - This is a description of the column.newPropName - Name of the property that triggers an update.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||