Package org.openstreetmap.josm.gui.layer
Class Layer.LayerSaveAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.openstreetmap.josm.gui.layer.Layer.LayerSaveAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
- Enclosing class:
- Layer
public static class Layer.LayerSaveAction extends javax.swing.AbstractAction
The action to save a layer- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LayerSaveAction(Layer layer)Create a new action that saves the layer
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
LayerSaveAction
public LayerSaveAction(Layer layer)
Create a new action that saves the layer- Parameters:
layer- The layer to save.
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-
-