Class SearchThread
java.lang.Object
org.apache.uima.taeconfigurator.editors.ui.dialogs.SearchThread
- All Implemented Interfaces:
Runnable
The Class SearchThread.
-
Constructor Summary
ConstructorDescriptionSearchThread
(FindComponentDialog dialog, AbstractSection aggregateSection, String fileNameSearch, String inputTypeSearch, String outputTypeSearch, String projectToSearch, String[] componentHeaders) Instantiates a new search thread. -
Method Summary
-
Constructor Details
-
SearchThread
public SearchThread(FindComponentDialog dialog, AbstractSection aggregateSection, String fileNameSearch, String inputTypeSearch, String outputTypeSearch, String projectToSearch, String[] componentHeaders) Instantiates a new search thread.- Parameters:
dialog
- the dialogaggregateSection
- the aggregate sectionfileNameSearch
- the file name searchinputTypeSearch
- the input type searchoutputTypeSearch
- the output type searchprojectToSearch
- the project to searchcomponentHeaders
- the component headers
-
-
Method Details
-
setDieNow
public void setDieNow()Sets the die now. -
getDieNow
public boolean getDieNow()Gets the die now.- Returns:
- the die now
-
isDone
public boolean isDone()Checks if is done.- Returns:
- true, if is done
-
run
public void run() -
getMatchingDelegateComponentDescriptors
Gets the matching delegate component descriptors.- Returns:
- the matching delegate component descriptors
-
getMatchingDelegateComponentDescriptions
Gets the matching delegate component descriptions.- Returns:
- the matching delegate component descriptions
-