Uses of Class
phenote.gui.SearchFilterType

Packages that use SearchFilterType
phenote.gui   
 

Uses of SearchFilterType in phenote.gui
 

Methods in phenote.gui that return SearchFilterType
static SearchFilterType SearchFilterType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SearchFilterType[] SearchFilterType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in phenote.gui with parameters of type SearchFilterType
 boolean SearchParamsI.getParam(SearchFilterType filter)
           
 boolean SearchParams.getParam(SearchFilterType filter)
           
 void SearchParamsI.setParam(SearchFilterType filter, boolean setting)
           
 void SearchParams.setParam(SearchFilterType filter, boolean setting)
          Set a search filter type.