Class LayerListPopup.InfoAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.openstreetmap.josm.gui.dialogs.LayerListPopup.InfoAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
- Enclosing class:
- LayerListPopup
public static final class LayerListPopup.InfoAction extends javax.swing.AbstractAction
An action that displays the layer information.- See Also:
Layer.getInfoComponent()
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InfoAction(Layer layer)
Constructs a newInfoAction
for the given layer.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
InfoAction
public InfoAction(Layer layer)
Constructs a newInfoAction
for the given layer.- Parameters:
layer
- The layer
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-
-