Public Member Functions

com.cosylab.logging.client.ColumnListener Class Reference

List of all members.

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)

Detailed Description

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)

Author:
:

Constructor & Destructor Documentation

com.cosylab.logging.client.ColumnListener.ColumnListener (  ) 

ColumnListener constructor comment.


Member Function Documentation

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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties