Uses of Class
org.geotools.swing.event.MapPaneKeyHandler.Action

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

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



Copyright © 1996-2014 Geotools. All Rights Reserved.