Class HelpFinder
java.lang.Object
org.opensourcephysics.cabrillo.tracker.HelpFinder
A class to search Tracker Help
- Author:
- Douglas Brown
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HelpFinder
public HelpFinder()
-
-
Method Details
-
search
Searches for a phrase and returns a list of results. Each result is a String[] {page title & subtitle, context phrase, keywords}.- Parameters:
searchPhrase
- the phrase to search fortermsFound
- a list to which terms found are added- Returns:
- list of results
-
doSearch
protected static void doSearch()
-