Uses of Class
org.geotools.swing.event.MapPaneKeyHandler.Action
-
Packages that use MapPaneKeyHandler.Action Package Description org.geotools.swing.event Mouse events and listener classes to work with both window and map positions. -
-
Uses of MapPaneKeyHandler.Action in org.geotools.swing.event
Methods in org.geotools.swing.event that return MapPaneKeyHandler.Action Modifier and Type Method Description static MapPaneKeyHandler.Action
MapPaneKeyHandler.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static MapPaneKeyHandler.Action[]
MapPaneKeyHandler.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.geotools.swing.event that return types with arguments of type MapPaneKeyHandler.Action Modifier and Type Method Description Map<KeyInfo,MapPaneKeyHandler.Action>
MapPaneKeyHandler. getBindings()
Gets the current key bindings.Methods in org.geotools.swing.event with parameters of type MapPaneKeyHandler.Action Modifier and Type Method Description KeyInfo
MapPaneKeyHandler. getBindingForAction(MapPaneKeyHandler.Action action)
Gets the current key binding for the given action.void
MapPaneKeyHandler. setBinding(KeyInfo keyInfo, MapPaneKeyHandler.Action action)
Sets the key binding for a single action.Method parameters in org.geotools.swing.event with type arguments of type MapPaneKeyHandler.Action Modifier and Type Method Description void
MapPaneKeyHandler. setAllBindings(Map<KeyInfo,MapPaneKeyHandler.Action> newBindings)
Sets the bindings to those specified innewBindings
.void
MapPaneKeyHandler. setBindings(Map<KeyInfo,MapPaneKeyHandler.Action> newBindings)
Sets one or more key bindings for actions.
-