celeboss.ui
Class MonitorableTableModel.ColumnSpec

java.lang.Object
  extended byceleboss.ui.MonitorableTableModel.ColumnSpec
Enclosing class:
MonitorableTableModel

public static class MonitorableTableModel.ColumnSpec
extends java.lang.Object

Simple class to record the details of each column

Version:
1.0
Author:
bevans

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

MonitorableTableModel.ColumnSpec

public 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.

Parameters:
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.