Package edu.umd.cfar.lamp.apploader.misc

Some helpful files for the apploader, including a variant of a JTable and some additional helper collections.

See:
          Description

Interface Summary
ListenableTable An interface to provide some higher-level listeners to a standard JTable.
TableListener Listener to receive higher-level table events.
 

Class Summary
EnhancedTable Provides a JTable with some higher-level functionality than the standard Swing version.
FlattenedList A list of lists that acts as a single list.
ListenableTableAdapter Implements the ListenableTable interface, but doesn't provide a table.
MultiIterator Given an array of iterators, iterates through them.
TableEvent An event that indicates a user interaction on a JTable.
TargetedPrintStream A printstream to a file.
 

Package edu.umd.cfar.lamp.apploader.misc Description

Some helpful files for the apploader, including a variant of a JTable and some additional helper collections.