Class HelpFinder
java.lang.Object
org.opensourcephysics.cabrillo.tracker.HelpFinder
A class to search Tracker Help
- Author:
- Douglas Brown
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
HelpFinderpublic HelpFinder()
 
- 
- 
Method Details- 
searchSearches 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 for
- termsFound- a list to which terms found are added
- Returns:
- list of results
 
- 
doSearchprotected static void doSearch()
 
-