Uses of Class
wt.prefs.PrefSearch

Packages that use PrefSearch
wt.prefs Uses the PreferenceService to manage Preferences
 

Uses of PrefSearch in wt.prefs
 

Methods in wt.prefs that return PrefSearch
static PrefSearch PrefSearchService.getEntry(String aSearchString, String[] aContext)
          This method will retrieve the Entry from the Preferences that matches the search criteria exactly for the given context.
static PrefSearch PrefSearch.getEntry(String aSearchString, String[] context)
          This method will retrieve a single entry from the Preferences that matches a given Search String and a list of contexts.
static PrefSearch[] PrefSearch.search(String aSearchString, String[] context)
          This method will search the preferences tree for any Preference OR Key which matches the Search String.