Class DecreaseZoomAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.openstreetmap.josm.gui.layer.imagery.DecreaseZoomAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
public class DecreaseZoomAction extends javax.swing.AbstractAction
Decrease zoom.- Since:
- 11950 (extracted from
AbstractTileSourceLayer) - See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private AbstractTileSourceLayer<?>layer
-
Constructor Summary
Constructors Constructor Description DecreaseZoomAction(AbstractTileSourceLayer<?> layer)Constructs a newDecreaseZoomAction.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent ae)-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Field Detail
-
layer
private final AbstractTileSourceLayer<?> layer
-
-
Constructor Detail
-
DecreaseZoomAction
public DecreaseZoomAction(AbstractTileSourceLayer<?> layer)
Constructs a newDecreaseZoomAction.- Parameters:
layer- imagery layer
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent ae)
-
-