NASA World Wind

gov.nasa.worldwind.examples
Class DataConfigurationManager.ActionController

java.lang.Object
  extended by gov.nasa.worldwind.examples.DataConfigurationManager.ActionController
All Implemented Interfaces:
ActionListener, PropertyChangeListener, EventListener
Enclosing class:
DataConfigurationManager

public static class DataConfigurationManager.ActionController
extends Object
implements ActionListener, PropertyChangeListener


Field Summary
protected  DataConfigurationManager.AppFrame appFrame
           
 
Constructor Summary
DataConfigurationManager.ActionController(DataConfigurationManager.AppFrame appFrame)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 void propertyChange(PropertyChangeEvent e)
           
 void setFileStoreConfigVisible(boolean visible)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

appFrame

protected DataConfigurationManager.AppFrame appFrame
Constructor Detail

DataConfigurationManager.ActionController

public DataConfigurationManager.ActionController(DataConfigurationManager.AppFrame appFrame)
Method Detail

actionPerformed

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

propertyChange

public void propertyChange(PropertyChangeEvent e)
Specified by:
propertyChange in interface PropertyChangeListener

setFileStoreConfigVisible

public void setFileStoreConfigVisible(boolean visible)

NASA World Wind