Class GazetteerPanel
- java.lang.Object
- 
- javax.swing.AbstractAction
- 
- gov.nasa.worldwindx.applications.worldwindow.features.AbstractFeature
- 
- gov.nasa.worldwindx.applications.worldwindow.features.GazetteerPanel
 
 
 
- 
- All Implemented Interfaces:
- Initializable,- WWOPanel,- Feature,- FeaturePanel,- java.awt.event.ActionListener,- java.beans.PropertyChangeListener,- java.io.Serializable,- java.lang.Cloneable,- java.util.EventListener,- javax.swing.Action
 
 public class GazetteerPanel extends AbstractFeature implements FeaturePanel - See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class gov.nasa.worldwindx.applications.worldwindow.features.AbstractFeaturecontroller, featureID
 
- 
 - 
Constructor SummaryConstructors Constructor Description GazetteerPanel(Registry registry)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JComponent[]getDialogControls()javax.swing.JPanelgetJPanel()voidinitialize(Controller controller)- 
Methods inherited from class gov.nasa.worldwindx.applications.worldwindow.features.AbstractFeatureactionPerformed, addToToolBar, doActionPerformed, doPropertyChange, getController, getFeatureID, getName, getStringValue, isInitialized, isOn, isTwoState, propertyChange, register, setMenuAccellerator, turnOn
 - 
Methods inherited from class javax.swing.AbstractActionaddPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 - 
Methods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface javax.swing.Actionaccept, addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 - 
Methods inherited from interface gov.nasa.worldwindx.applications.worldwindow.features.FeaturegetFeatureID, getName, isOn, isTwoState, turnOn
 - 
Methods inherited from interface gov.nasa.worldwindx.applications.worldwindow.core.InitializableisInitialized
 
- 
 
- 
- 
- 
Constructor Detail- 
GazetteerPanelpublic GazetteerPanel(Registry registry) 
 
- 
 - 
Method Detail- 
initializepublic void initialize(Controller controller) - Specified by:
- initializein interface- Initializable
- Overrides:
- initializein class- AbstractFeature
 
 - 
getDialogControlspublic javax.swing.JComponent[] getDialogControls() - Specified by:
- getDialogControlsin interface- FeaturePanel
 
 
- 
 
-