Uses of Enum Class
org.geotools.swing.event.MapPaneKeyHandler.Action
Packages that use MapPaneKeyHandler.Action
Package
Description
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.ActionModifier and TypeMethodDescriptionstatic MapPaneKeyHandler.ActionReturns the enum constant of this class with the specified name.static MapPaneKeyHandler.Action[]MapPaneKeyHandler.Action.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.geotools.swing.event that return types with arguments of type MapPaneKeyHandler.ActionMethods in org.geotools.swing.event with parameters of type MapPaneKeyHandler.ActionModifier and TypeMethodDescriptionMapPaneKeyHandler.getBindingForAction(MapPaneKeyHandler.Action action) Gets the current key binding for the given action.voidMapPaneKeyHandler.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.ActionModifier and TypeMethodDescriptionvoidMapPaneKeyHandler.setAllBindings(Map<KeyInfo, MapPaneKeyHandler.Action> newBindings) Sets the bindings to those specified innewBindings.voidMapPaneKeyHandler.setBindings(Map<KeyInfo, MapPaneKeyHandler.Action> newBindings) Sets one or more key bindings for actions.