Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR-209 (Final Approval Ballot)

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 Approval Ballot)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 209 specification.