com.usefullittlethings.saw.ui
Interface SearchRootUIIfc

All Known Implementing Classes:
FileSearchLocationPanel

public interface SearchRootUIIfc

Interface describing an implementation of the search root user interface for the Search and Whatever core application. Used to allow access to the search root value (i.e.- where the search should begin).


Method Summary
 java.awt.Component getRootUI()
           
 java.lang.Object getSearchRoot()
           
 void setSearchRoot(java.lang.Object root)
           
 

Method Detail

getSearchRoot

public java.lang.Object getSearchRoot()

setSearchRoot

public void setSearchRoot(java.lang.Object root)

getRootUI

public java.awt.Component getRootUI()