Copyright © 2011 Citra Technologies. All Rights Reserved.

Package com.citra.table.locked

Contains classes that are used for locking (freezing) rows or columns of a JTable.

See:
          Description

Interface Summary
LockedTableModel LockedTableModel is the model that holds the number of locked rows/columns at the 4 edges of the table.
LockedTableModelListener LockedTableModelListener defines the interface for an object that listens to changes in a LockedTableModel.
 

Class Summary
DefaultLockedTableModel DefaultLockedTableModel is the default implementation of a LockedTableModel.
LockedTableModelEvent An event used to notify listeners that a locked table model has changed, such as a locked row/column was added/removed from the table.
 

Package com.citra.table.locked Description

Contains classes that are used for locking (freezing) rows or columns of a JTable.


Copyright © 2011 Citra Technologies. All Rights Reserved.