Package com.usefullittlethings.saw.ui

Interface Summary
SearchRootUIIfc Interface describing an implementation of the search root user interface for the Search and Whatever core application.
SearchUIIfc Interface describing an implementation of the main user interface for the Search and Whatever core application.
StartupUIIfc Interface describing the "start-up" user interface, known commonly as a splash screen, for use by the Search and Whatever core application.
 

Class Summary
ActionPlugInCellRenderer Cell renderer class for displaying action plug-ins in red if considered "dangerous".
CommandLineSearchUI Basic implementation of the SearchUIIfc and StartupUIIfcM interfaces for use on a command-line.
DefaultConfigurationDialog User interface component for displaying user configurable settings for the Search and Whatever application.
DefaultPluginManagementDialog User interface component for displaying available search controller plug-ins and filter/action plug-ins.
DefaultSearchUI Basic implementation of the SearchUIIfc interface using Swing classes (i.e.- JFrame).
DefaultStartupUI Basic implementation of the StartupUIIfc interface using Swing classes (i.e.- JWindow).
SummaryPanel User interface class defining a text area, in a scrollpane, within a panel, including methods for directly accessing the text field text.