Package net.sf.swinglib.table

This package contains tools specific to JTable.

See:
          Description

Class Summary
ExpandingTableModel A TableModel that can be resized on the fly, tracks whether a cell has been changed, and allows the table to add new rows via edits.
FormattingRenderer A renderer that allows the caller to specify formatter and alignment.
TableUtil A collection of static utility methods for working with tables.
 

Enum Summary
FormattingRenderer.Alignment Used to specify the alignment of text within the cell, in a way that is not tied to Swing constants.
 

Package net.sf.swinglib.table Description

This package contains tools specific to JTable.