NASA World Wind

gov.nasa.worldwind.examples
Class InstalledData.Uninstaller

java.lang.Object
  extended by gov.nasa.worldwind.avlist.AVListImpl
      extended by gov.nasa.worldwind.WWObjectImpl
          extended by gov.nasa.worldwind.examples.InstalledData.Uninstaller
All Implemented Interfaces:
AVList, WWObject, PropertyChangeListener, EventListener
Enclosing class:
InstalledData

public static class InstalledData.Uninstaller
extends WWObjectImpl


Field Summary
 
Fields inherited from class gov.nasa.worldwind.avlist.AVListImpl
changeSupport
 
Constructor Summary
InstalledData.Uninstaller(InstalledData.Controller controller, Iterable<DataDescriptor> descriptors)
           
 
Method Summary
 void uninstall()
           
 void uninstallInNonUIThread()
           
 
Methods inherited from class gov.nasa.worldwind.WWObjectImpl
propertyChange
 
Methods inherited from class gov.nasa.worldwind.avlist.AVListImpl
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getDoubleValue, getDoubleValue, getEntries, getIntegerValue, getIntegerValue, getLongValue, getLongValue, getStringValue, getStringValue, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface gov.nasa.worldwind.avlist.AVList
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getEntries, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues
 

Constructor Detail

InstalledData.Uninstaller

public InstalledData.Uninstaller(InstalledData.Controller controller,
                                 Iterable<DataDescriptor> descriptors)
Method Detail

uninstall

public void uninstall()

uninstallInNonUIThread

public void uninstallInNonUIThread()

NASA World Wind