Class SearchThread

All Implemented Interfaces:
Runnable

@Deprecated(since="6.1.0") public class SearchThread extends LongProcessThread
Deprecated.
Each search window has its own search thread to actually do the searching. This prevents lockup of the UI during intensive searches
  • Constructor Details

    • SearchThread

      public SearchThread(SearchWindowController window, Searcher searcher)
      Deprecated.
      Starts a new search. To search a current project only, set rootDir to null.

      The main loop (in the run method) waits for the variable m_searching to be set to true. This variable is set to true in this function on successful setting of the search parameters.

      Parameters:
      window - search window for display results
      searcher - search expression
  • Method Details

    • run

      public void run()
      Deprecated.
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread