Class HelpFinder

java.lang.Object
org.opensourcephysics.cabrillo.tracker.HelpFinder

public class HelpFinder extends Object
A class to search Tracker Help
Author:
Douglas Brown
  • Constructor Details

    • HelpFinder

      public HelpFinder()
  • Method Details

    • search

      protected static ArrayList<String[]> search(String searchPhrase, ArrayList<String> termsFound)
      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 for
      termsFound - a list to which terms found are added
      Returns:
      list of results
    • getNavComponentsFor

      protected static Component[] getNavComponentsFor(Launcher launcher)
    • doSearch

      protected static void doSearch()