Class symantec.itools.db.beans.binding.DBColumnModel
All Packages Class Hierarchy This Package Previous Next Index
Class symantec.itools.db.beans.binding.DBColumnModel
Object
|
+----DefaultTableColumnModel
|
+----symantec.itools.db.beans.binding.DBColumnModel
- public class DBColumnModel
- extends DefaultTableColumnModel
DBColumnModel is a wrapper class around DefaultTableColumnModel.
It has methods to create and add table columns using ColumnAttributes
array. The model should be used along with TableBindingModel.
Warning: serialized objects of this class will not be compatible with
future swing releases. The current serialization support is appropriate
for short term storage or RMI between Swing1.0 applications. It will
not be possible to load serialized Swing1.0 objects with future releases
of Swing. The JDK1.2 release of Swing will be the compatibility
baseline for the serialized form of Swing objects.
- Version:
- 1.0 09/10/98
- Author:
- Vasudev Rao
- See Also:
- TableBindingModel, ColumnAttributes, JTable, DefaultTableColumnModel, TableColumn
-
symantec.itools.db.beans.binding.DBColumnModel()
-
-
getColumnAttributes()
- Returns an array of ColumnAttributes which represents the table columns' properties.
-
setColumnAttributes(ColumnAttributes[])
- Sets table columns visual properties.
DBColumnModel
public DBColumnModel()
getColumnAttributes
public symantec.itools.db.beans.binding.ColumnAttributes[] getColumnAttributes()
- Returns an array of ColumnAttributes which represents the table columns' properties.
setColumnAttributes
public void setColumnAttributes(ColumnAttributes[] ColumnAttributes)
- Sets table columns visual properties. The length of the array should be
equal to the number of columns. Creates and adds table columns to the TableColumnModel.
All Packages Class Hierarchy This Package Previous Next Index