Public Member Functions | |
ColumnListener () | |
void | columnAdded (javax.swing.event.TableColumnModelEvent e) |
void | columnMarginChanged (javax.swing.event.ChangeEvent e) |
void | columnMoved (javax.swing.event.TableColumnModelEvent e) |
void | columnRemoved (javax.swing.event.TableColumnModelEvent e) |
void | columnSelectionChanged (javax.swing.event.ListSelectionEvent e) |
|
ColumnListener constructor comment. |
|
Tells listeners that a column was added to the model. |
|
Tells listeners that a column was moved due to a margin change. |
|
Tells listeners that a column was repositioned. |
|
Tells listeners that a column was removed from the model. |
|
Tells listeners that the selection model of the TableColumnModel changed. |