Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

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  )  [inline]
 

ColumnListener constructor comment.


Member Function Documentation

void com::cosylab::logging::client::ColumnListener::columnAdded javax.swing.event.TableColumnModelEvent  e  )  [inline]
 

Tells listeners that a column was added to the model.

void com::cosylab::logging::client::ColumnListener::columnMarginChanged javax.swing.event.ChangeEvent  e  )  [inline]
 

Tells listeners that a column was moved due to a margin change.

void com::cosylab::logging::client::ColumnListener::columnMoved javax.swing.event.TableColumnModelEvent  e  )  [inline]
 

Tells listeners that a column was repositioned.

void com::cosylab::logging::client::ColumnListener::columnRemoved javax.swing.event.TableColumnModelEvent  e  )  [inline]
 

Tells listeners that a column was removed from the model.

void com::cosylab::logging::client::ColumnListener::columnSelectionChanged javax.swing.event.ListSelectionEvent  e  )  [inline]
 

Tells listeners that the selection model of the TableColumnModel changed.


The documentation for this class was generated from the following file:
Generated on Thu Apr 30 03:13:02 2009 for ACS Java API by doxygen 1.3.8