dods.clients.importwizard.GCMD
Class FreeTextSearch.SearchThread
java.lang.Object
java.lang.Thread
dods.clients.importwizard.GCMD.FreeTextSearch.SearchThread
- All Implemented Interfaces:
- ActionListener, Runnable, EventListener
- Enclosing class:
- FreeTextSearch
public class FreeTextSearch.SearchThread
- extends Thread
- implements ActionListener
This class makes a request to the GCMD servlets and
displays the results when it's done.
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
FreeTextSearch.SearchThread
public FreeTextSearch.SearchThread(String queryString)
run
public void run()
- Specified by:
run
in interface Runnable
- Overrides:
run
in class Thread
createTempPanel
public JPanel createTempPanel()
- Create a temporary panel that can be used to cancel the search
request.
- Returns:
- a temporary panel to show while searching.
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformed
in interface ActionListener