Class AbstractOpenResourceFeature
- java.lang.Object
-
- javax.swing.AbstractAction
-
- gov.nasa.worldwindx.applications.worldwindow.features.AbstractFeature
-
- gov.nasa.worldwindx.applications.worldwindow.features.AbstractOpenResourceFeature
-
- 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 abstract class AbstractOpenResourceFeature extends AbstractFeature implements NetworkActivitySignal.NetworkUser
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.ThreadloadingThread-
Fields inherited from class gov.nasa.worldwindx.applications.worldwindow.features.AbstractFeature
controller, featureID
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractOpenResourceFeature(java.lang.String s, java.lang.String featureID, java.lang.String largeIconPath, Registry registry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNetworkActivity()protected java.lang.ThreadrunOpenThread(java.lang.Object source)-
Methods inherited from class gov.nasa.worldwindx.applications.worldwindow.features.AbstractFeature
actionPerformed, addToToolBar, doActionPerformed, doPropertyChange, getController, getFeatureID, getName, getStringValue, initialize, 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
-
AbstractOpenResourceFeature
protected AbstractOpenResourceFeature(java.lang.String s, java.lang.String featureID, java.lang.String largeIconPath, Registry registry)
-
-
Method Detail
-
hasNetworkActivity
public boolean hasNetworkActivity()
- Specified by:
hasNetworkActivityin interfaceNetworkActivitySignal.NetworkUser
-
runOpenThread
protected java.lang.Thread runOpenThread(java.lang.Object source)
-
-