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

Packages that use SearchRootUIIfc
com.usefullittlethings.saw.apps.file   
com.usefullittlethings.saw.controller   
com.usefullittlethings.saw.ui   
 

Uses of SearchRootUIIfc in com.usefullittlethings.saw.apps.file
 

Classes in com.usefullittlethings.saw.apps.file that implement SearchRootUIIfc
 class FileSearchLocationPanel
          User interface class for FileSearchController
 

Methods in com.usefullittlethings.saw.apps.file that return SearchRootUIIfc
 SearchRootUIIfc FileSearchController.getSearchRootUI()
          Returns the user interface component for this plug-in.
 

Uses of SearchRootUIIfc in com.usefullittlethings.saw.controller
 

Methods in com.usefullittlethings.saw.controller that return SearchRootUIIfc
 SearchRootUIIfc SearchControllerIfc.getSearchRootUI()
           
 

Uses of SearchRootUIIfc in com.usefullittlethings.saw.ui
 

Methods in com.usefullittlethings.saw.ui with parameters of type SearchRootUIIfc
 void SearchUIIfc.setSearchRootUI(SearchRootUIIfc root)
          Installs the "panel" responsible for handling selection of the root location for the search to be performed.
 void DefaultSearchUI.setSearchRootUI(SearchRootUIIfc root)
           
 void CommandLineSearchUI.setSearchRootUI(SearchRootUIIfc root)