Interface FeaturePanel
-
- All Superinterfaces:
javax.swing.Action,java.awt.event.ActionListener,java.util.EventListener,Feature,Initializable,java.beans.PropertyChangeListener,WWOPanel
- All Known Subinterfaces:
StatusPanel
- All Known Implementing Classes:
AbstractFeaturePanel,ActiveLayersPanel,GazetteerPanel,LayerManagerPanel,MeasurementPanel,StatusPanelImpl,WMSPanel
public interface FeaturePanel extends WWOPanel, Feature
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.swing.JComponent[]getDialogControls()-
Methods inherited from interface javax.swing.Action
accept, addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Methods inherited from interface gov.nasa.worldwindx.applications.worldwindow.features.Feature
getFeatureID, getName, isOn, isTwoState, turnOn
-
Methods inherited from interface gov.nasa.worldwindx.applications.worldwindow.core.Initializable
initialize, isInitialized
-
-