Uses of Class
org.geotools.swing.event.KeyInfo
Packages that use KeyInfo
Package
Description
Mouse events and listener classes to work with both window and map positions.
-
Uses of KeyInfo in org.geotools.swing.event
Methods in org.geotools.swing.event that return KeyInfoModifier and TypeMethodDescriptionMapPaneKeyHandler.getBindingForAction
(MapPaneKeyHandler.Action action) Gets the current key binding for the given action.Methods in org.geotools.swing.event that return types with arguments of type KeyInfoMethods in org.geotools.swing.event with parameters of type KeyInfoModifier and TypeMethodDescriptionvoid
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 KeyInfoModifier and TypeMethodDescriptionvoid
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.Constructors in org.geotools.swing.event with parameters of type KeyInfo