Package org.fife.ui.modifiabletable

A table widget that allows structured modifications to it (e.g., adding, removing and modifying rows).

See:
          Description

Interface Summary
ModifiableTableListener An implementor of this class gets notified of the addition, removal, or modification of any rows of a ModifiableTable.
RowHandler A RowHandler is called whenever the user wants to add, modify, or remove a row from a ModifiableTable.
 

Class Summary
AbstractRowHandler A base class for RowHandler implementations.
ModifiableTable A table with "Add," "Remove," and possibly "Modify" buttons.
ModifiableTableChangeEvent An event representing the addition, removal or modification of a row in a ModifiableTable.
 

Package org.fife.ui.modifiabletable Description

A table widget that allows structured modifications to it (e.g., adding, removing and modifying rows).