Class WCSCoveragePanel.CoverageInfoAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- gov.nasa.worldwindx.examples.util.WCSCoveragePanel.CoverageInfoAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
- Enclosing class:
- WCSCoveragePanel
protected class WCSCoveragePanel.CoverageInfoAction extends javax.swing.AbstractAction- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Objectcomponentprotected WCSCoveragePanel.CoverageInfocoverageInfoprotected WorldWindowwwd
-
Constructor Summary
Constructors Constructor Description CoverageInfoAction(WCSCoveragePanel.CoverageInfo info, WorldWindow wwd)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent actionEvent)-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Field Detail
-
wwd
protected WorldWindow wwd
-
coverageInfo
protected WCSCoveragePanel.CoverageInfo coverageInfo
-
component
protected java.lang.Object component
-
-
Constructor Detail
-
CoverageInfoAction
public CoverageInfoAction(WCSCoveragePanel.CoverageInfo info, WorldWindow wwd)
-
-