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