Class OpenURL
- java.lang.Object
-
- javax.swing.AbstractAction
-
- gov.nasa.worldwindx.applications.worldwindow.features.AbstractFeature
-
- gov.nasa.worldwindx.applications.worldwindow.features.AbstractOpenResourceFeature
-
- gov.nasa.worldwindx.applications.worldwindow.features.OpenURL
-
- All Implemented Interfaces:
Initializable,Feature,NetworkActivitySignal.NetworkUser,java.awt.event.ActionListener,java.beans.PropertyChangeListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
public class OpenURL extends AbstractOpenResourceFeature
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class gov.nasa.worldwindx.applications.worldwindow.features.AbstractOpenResourceFeature
loadingThread
-
Fields inherited from class gov.nasa.worldwindx.applications.worldwindow.features.AbstractFeature
controller, featureID
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoActionPerformed(java.awt.event.ActionEvent actionEvent)voidinitialize(Controller controller)-
Methods inherited from class gov.nasa.worldwindx.applications.worldwindow.features.AbstractOpenResourceFeature
hasNetworkActivity, runOpenThread
-
Methods inherited from class gov.nasa.worldwindx.applications.worldwindow.features.AbstractFeature
actionPerformed, addToToolBar, doPropertyChange, getController, getFeatureID, getName, getStringValue, isInitialized, isOn, isTwoState, propertyChange, register, setMenuAccellerator, turnOn
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
OpenURL
public OpenURL(Registry registry)
-
-
Method Detail
-
initialize
public void initialize(Controller controller)
- Specified by:
initializein interfaceInitializable- Overrides:
initializein classAbstractFeature
-
doActionPerformed
protected void doActionPerformed(java.awt.event.ActionEvent actionEvent)
- Overrides:
doActionPerformedin classAbstractFeature
-
-