Copyright © 2005 Scientific Applications. All Rights Reserved.

Package com.sciapp.event

Provides for events used by the members of the com.sciapp.table package.

See:
          Description

Interface Summary
FilterModelListener FilterModelListener is the listener that is notified when filtering of the row data of a JTable has been requested.
FilterTreeTableModelListener FilterTreeTableModelListener is the listener that is notified every time table filters of a FilterTreeTableModel are added or removed.
GroupTableColumnModelListener GroupTableColumnModelListener defines the interface for an object that listens to changes in a GroupTableColumnModel.
ReorderListener The listener that is notified when the rows of a JTable have been reordered as a result of sorting or filtering.
 

Class Summary
FilterModelEvent An event used to filter the rows of a JTable.
FilterTreeTableModelEvent An event that is sent whenever filters of a FilterTreeTableModel are added or removed.
GroupTableColumnModelEvent An event used to notify listeners that a group table column model has changed, such as group columns were added or removed.
ReorderEvent An event used to identify how the rows of a table have been reordered.
 

Package com.sciapp.event Description

Provides for events used by the members of the com.sciapp.table package.


Copyright © 2005 Scientific Applications. All Rights Reserved.