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) |
This class implements a listener to the changes in TableColumnModel which is used in the LogEntryTable. Creation date: (1/24/02 4:48:28 PM)
| com.cosylab.logging.client.ColumnListener.ColumnListener | ( | ) |
ColumnListener constructor comment.
| void com.cosylab.logging.client.ColumnListener.columnAdded | ( | javax.swing.event.TableColumnModelEvent | e | ) |
Tells listeners that a column was added to the model.
| void com.cosylab.logging.client.ColumnListener.columnMarginChanged | ( | javax.swing.event.ChangeEvent | e | ) |
Tells listeners that a column was moved due to a margin change.
| void com.cosylab.logging.client.ColumnListener.columnMoved | ( | javax.swing.event.TableColumnModelEvent | e | ) |
Tells listeners that a column was repositioned.
| void com.cosylab.logging.client.ColumnListener.columnRemoved | ( | javax.swing.event.TableColumnModelEvent | e | ) |
Tells listeners that a column was removed from the model.
| void com.cosylab.logging.client.ColumnListener.columnSelectionChanged | ( | javax.swing.event.ListSelectionEvent | e | ) |
Tells listeners that the selection model of the TableColumnModel changed.
1.7.0