borland Packages Class Hierarchy dbswing Package Index
java.lang.Object +----com.sun.java.swing.table.DefaultTableColumnModel +----borland.dbswing.dbTableColumnModel
Variables Constructors Properties Methods Event Listeners
Implements ListSelectionListener, TableColumnModel, PropertyChangeListener, Serializable, EventListener
The dbTableColumnModel component extends the java.swing.table.DefaultTableColumnModel with the ability to populate the table with data from a JBuilder JBCL DataSet component.
protected DataSet dataSetProtected variable representing the DataSet from which this component obtains its data.
public dbTableColumnModel(borland.jbcl.dataset.DataSet dataSet)Creates a dbTableColumnModel component by calling the default constructor of its superclass and creating columns for each of the Column components in the dataSet parameter.
public boolean getColumnSelectionAllowed()This method returns false.
public void addColumnModelListener(com.sun.java.swing.event.TableColumnModelListener ) public void removeColumnModelListener(com.sun.java.swing.event.TableColumnModelListener )