ucar.unidata.idv.chooser
Class ChooserRunnable

java.lang.Object
  extended by 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_
 
Constructor Summary
ChooserRunnable(IdvChooser chooser)
          Create the object
 
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
 

Field Detail

chooser

protected IdvChooser chooser
Reference to the chooser that is using me_

Constructor Detail

ChooserRunnable

public ChooserRunnable(IdvChooser chooser)
Create the object

Parameters:
chooser - The chooser
Method Detail

doClose

public void doClose()
Close the chooser


getCanceled

public boolean getCanceled()
Was the choosing canceled

Returns:
Was canceled