gov.nasa.worldwind.examples
Class DataConfigurationPanel.ConfigAction
java.lang.Object
javax.swing.AbstractAction
gov.nasa.worldwind.examples.DataConfigurationPanel.ConfigAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
- Enclosing class:
- DataConfigurationPanel
protected class DataConfigurationPanel.ConfigAction - extends AbstractAction
- See Also:
- Serialized Form
componentCreated
protected boolean componentCreated
dataConfig
protected DataConfiguration dataConfig
params
protected AVList params
worldWindow
protected WorldWindow worldWindow
wwComponent
protected Object wwComponent
DataConfigurationPanel.ConfigAction
public DataConfigurationPanel.ConfigAction(DataConfiguration dataConfig,
AVList params,
WorldWindow worldWindow)
actionPerformed
public void actionPerformed(ActionEvent actionEvent)
createComponent
protected Object createComponent(DataConfiguration dataConfig,
AVList params)
createComponentFromFactoryConfiguration
protected Object createComponentFromFactoryConfiguration(DataConfiguration dataConfig,
AVList params,
String[] factoryKeys)
getConfigComponent
public Object getConfigComponent()
updateComponent
protected void updateComponent(Object component,
boolean enable)
|
|