Package org.openstreetmap.josm.gui.bbox
Class SlippyMapController.ZoomOutAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.openstreetmap.josm.gui.bbox.SlippyMapController.ZoomOutAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
- Enclosing class:
- SlippyMapController
private final class SlippyMapController.ZoomOutAction extends javax.swing.AbstractAction
-
-
Field Summary
Fields Modifier and Type Field Description private booleansuppressWhileTyping
-
Constructor Summary
Constructors Constructor Description ZoomOutAction(boolean suppressWhileTyping)
-
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
-
-
-
-
Field Detail
-
suppressWhileTyping
private boolean suppressWhileTyping
-
-
Constructor Detail
-
ZoomOutAction
ZoomOutAction(boolean suppressWhileTyping)
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-
-