Copyright © 2005 Scientific Applications. All Rights Reserved.

Package com.sciapp.table.span

Contains classes that have the ability to merge and split the cells of a JTable.

See:
          Description

Interface Summary
SpanModel The SpanModel interface specifies the methods the SpanDrawer will use to discover which cells of the table are spanned.
SpanModelListener SpanModelListener is the listener that is notified when the cells of a table are merged or split.
 

Class Summary
AbstractSpanModel AbstractSpanModel provides methods for notifying its listeners.
CellSpan The class that defines a span for a cell.
DefaultSpanModel DefaultSpanModel is the default implementation of the SpanModel interface.
SpanDrawer SpanDrawer is used to enable cell spanning for a JTable.
SpanModelEvent An event used to identify which cells were merged or split.
 

Package com.sciapp.table.span Description

Contains classes that have the ability to merge and split the cells of a JTable.


Copyright © 2005 Scientific Applications. All Rights Reserved.