ucar.unidata.idv.chooser
Class ChooserRunnable
java.lang.Object
ucar.unidata.idv.chooser.ChooserRunnable
- All Implemented Interfaces:
- Runnable
public abstract class ChooserRunnable
- extends Object
- implements Runnable
A no-op class for now but this will provide common facilities to
run data loads in threads, cancel the load, etc.
- Version:
- $Revision: 1.9 $Date: 2007/04/16 21:36:20 $
- Author:
- IDV development team
|
Field Summary |
protected IdvChooser |
chooser
Reference to the chooser that is using me_ |
|
Method Summary |
void |
doClose()
Close the chooser |
boolean |
getCanceled()
Was the choosing canceled |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.lang.Runnable |
run |
chooser
protected IdvChooser chooser
- Reference to the chooser that is using me_
ChooserRunnable
public ChooserRunnable(IdvChooser chooser)
- Create the object
- Parameters:
chooser - The chooser
doClose
public void doClose()
- Close the chooser
getCanceled
public boolean getCanceled()
- Was the choosing canceled
- Returns:
- Was canceled