Uses of Interface
org.openstreetmap.josm.gui.util.KeyPressReleaseListener
-
Packages that use KeyPressReleaseListener Package Description org.openstreetmap.josm.actions.mapmode Provides the classes for JOSMmap modes
.org.openstreetmap.josm.gui.util Provides GUI utility classes. -
-
Uses of KeyPressReleaseListener in org.openstreetmap.josm.actions.mapmode
Classes in org.openstreetmap.josm.actions.mapmode that implement KeyPressReleaseListener Modifier and Type Class Description class
AddNoteAction
Map mode to add a new note.class
DrawAction
Mapmode to add nodes, create and extend ways.class
ExtrudeAction
Makes a rectangle from a line, or modifies a rectangle.class
SelectAction
Move is an action that can move all kind of OsmPrimitives (except keys for now). -
Uses of KeyPressReleaseListener in org.openstreetmap.josm.gui.util
Fields in org.openstreetmap.josm.gui.util with type parameters of type KeyPressReleaseListener Modifier and Type Field Description private List<KeyPressReleaseListener>
AdvancedKeyPressDetector. keyListeners
Methods in org.openstreetmap.josm.gui.util with parameters of type KeyPressReleaseListener Modifier and Type Method Description void
AdvancedKeyPressDetector. addKeyListener(KeyPressReleaseListener l)
Adds an object that wants to receive key press and release events.void
AdvancedKeyPressDetector. removeKeyListener(KeyPressReleaseListener l)
Removes the listener.
-