JSR-209 (Final Release)

Uses of Class
javax.swing.InputMap

Packages that use InputMap
javax.swing Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. 
 

Uses of InputMap in javax.swing
 

Subclasses of InputMap in javax.swing
 class ComponentInputMap
          A ComponentInputMap is an InputMap associated with a particular JComponent.
 

Methods in javax.swing that return InputMap
 InputMap JComponent.getInputMap(int condition)
          Returns the InputMap that is used during condition.
 InputMap JComponent.getInputMap()
          Returns the InputMap that is used when the component has focus.
 InputMap InputMap.getParent()
          Gets this InputMap's parent.
 

Methods in javax.swing with parameters of type InputMap
 void JComponent.setInputMap(int condition, InputMap map)
          Sets the InputMap to use under the condition condition to map.
 void InputMap.setParent(InputMap map)
          Sets this InputMap's parent.
 void ComponentInputMap.setParent(InputMap map)
          Sets the parent, which must be a ComponentInputMap associated with the same component as this ComponentInputMap.
 


JSR-209 (Final Release)

Java and Java 2D are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
Copyright 1993 - 2006 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A. All Rights Reserved.
Use of this specification is subject to this license.