NASA World Wind

gov.nasa.worldwind.examples
Class InstalledData.Controller

java.lang.Object
  extended by gov.nasa.worldwind.examples.InstalledData.Controller
All Implemented Interfaces:
ActionListener, EventListener
Enclosing class:
InstalledData

public static class InstalledData.Controller
extends Object
implements ActionListener


Constructor Summary
InstalledData.Controller(InstalledData.AppFrame appFrame)
           
 
Method Summary
 void actionPerformed(ActionEvent event)
           
 InstalledData.AppFrame getAppFrame()
           
 String getInstallLocation()
           
 void refreshInstalled()
           
 void selectAndInstall()
           
 void setVerticalExaggeration(double verticalExaggeration)
           
 void synchronizeInstalledData(Iterable<DataDescriptor> installed)
           
 void uninstallSelected()
           
 void zoomToProductionResults(DataStoreProducer producer)
           
 void zoomToSelected()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstalledData.Controller

public InstalledData.Controller(InstalledData.AppFrame appFrame)
Method Detail

actionPerformed

public void actionPerformed(ActionEvent event)
Specified by:
actionPerformed in interface ActionListener

getAppFrame

public InstalledData.AppFrame getAppFrame()

getInstallLocation

public String getInstallLocation()

refreshInstalled

public void refreshInstalled()

selectAndInstall

public void selectAndInstall()

setVerticalExaggeration

public void setVerticalExaggeration(double verticalExaggeration)

synchronizeInstalledData

public void synchronizeInstalledData(Iterable<DataDescriptor> installed)

uninstallSelected

public void uninstallSelected()

zoomToProductionResults

public void zoomToProductionResults(DataStoreProducer producer)

zoomToSelected

public void zoomToSelected()

NASA World Wind