Uses of Class
org.geotools.swing.event.KeyInfo
- 
Packages that use KeyInfo Package Description org.geotools.swing.event Mouse events and listener classes to work with both window and map positions.
- 
- 
Uses of KeyInfo in org.geotools.swing.eventMethods in org.geotools.swing.event that return KeyInfo Modifier and Type Method Description KeyInfoMapPaneKeyHandler. 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 KeyInfo 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 KeyInfo Modifier and Type Method Description 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 KeyInfo Modifier and Type Method Description voidMapPaneKeyHandler. 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.Constructors in org.geotools.swing.event with parameters of type KeyInfo Constructor Description KeyInfo(KeyInfo keyInfo)Creates a copy of an existing instance.
 
-