Package | Description |
---|---|
org.geotools.swing.event |
Mouse events and listener classes to work with both window and map positions.
|
Modifier and Type | Method and Description |
---|---|
KeyInfo |
MapPaneKeyHandler.getBindingForAction(MapPaneKeyHandler.Action action)
Gets the current key binding for the given action.
|
Modifier and Type | Method and Description |
---|---|
Map<KeyInfo,MapPaneKeyHandler.Action> |
MapPaneKeyHandler.getBindings()
Gets the current key bindings.
|
Modifier and Type | Method and Description |
---|---|
void |
MapPaneKeyHandler.setBinding(KeyInfo keyInfo,
MapPaneKeyHandler.Action action)
Sets the key binding for a single action.
|
Modifier and Type | Method and Description |
---|---|
void |
MapPaneKeyHandler.setAllBindings(Map<KeyInfo,MapPaneKeyHandler.Action> newBindings)
Sets the bindings to those specified in
newBindings . |
void |
MapPaneKeyHandler.setBindings(Map<KeyInfo,MapPaneKeyHandler.Action> newBindings)
Sets one or more key bindings for actions.
|
Constructor and Description |
---|
KeyInfo(KeyInfo keyInfo)
Creates a copy of an existing instance.
|
Copyright © 1996–2019 Geotools. All rights reserved.