Uses of Interface
com.usefullittlethings.saw.ui.StartupUIIfc

Packages that use StartupUIIfc
com.usefullittlethings.saw.ui   
 

Uses of StartupUIIfc in com.usefullittlethings.saw.ui
 

Classes in com.usefullittlethings.saw.ui that implement StartupUIIfc
 class CommandLineSearchUI
          Basic implementation of the SearchUIIfc and StartupUIIfcM interfaces for use on a command-line.
 class DefaultStartupUI
          Basic implementation of the StartupUIIfc interface using Swing classes (i.e.- JWindow).
 

Methods in com.usefullittlethings.saw.ui that return StartupUIIfc
 StartupUIIfc SearchUIIfc.getStartupUI()
           
 StartupUIIfc DefaultSearchUI.getStartupUI()
           
 StartupUIIfc CommandLineSearchUI.getStartupUI()