Uses of Class
org.geotools.swing.event.KeyInfo

Packages that use KeyInfo
org.geotools.swing.event 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 KeyInfo
 KeyInfo MapPaneKeyHandler.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
 Map<KeyInfo,MapPaneKeyHandler.Action> MapPaneKeyHandler.getBindings()
          Gets the current key bindings.
 

Methods in org.geotools.swing.event with parameters of type KeyInfo
 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 KeyInfo
 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.
 

Constructors in org.geotools.swing.event with parameters of type KeyInfo
KeyInfo(KeyInfo keyInfo)
          Creates a copy of an existing instance.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.