API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.plaf. ActionMapUIResource View Source
Author(s)
Scott Violet
Since
1.3
Version
1.8 04/07/06
Serial
Hierarchy
 Object
      ActionMap
          ActionMapUIResource
Implements
 UIResource
Subclasses
Description
public class ActionMapUIResource
  A subclass of javax.swing.ActionMap that implements UIResource.
See also:   
Constructors
public ActionMapUIResource ()
Methods
Hide/Show inherited methods
public Object allKeys () [Inherited From ActionMap]
  Returns an array of the keys defined in this ActionMap and its parent.
public void clear () [Inherited From ActionMap]
Removes all the mappings from this ActionMap.
public Action get (Object key) [Inherited From ActionMap]
Returns the binding for key, messaging the parent ActionMap if the binding is not locally defined.
public ActionMap getParent () [Inherited From ActionMap]
  Returns this ActionMap's parent.
public Object keys () [Inherited From ActionMap]
Returns the Action names that are bound in this ActionMap.
public void put (Object key, Action action) [Inherited From ActionMap]
  Adds a binding for key to action.
public void remove (Object key) [Inherited From ActionMap]
Removes the binding for key from this ActionMap.
public void setParent (ActionMap map) [Inherited From ActionMap]
  Sets this ActionMap's parent.
public int size () [Inherited From ActionMap]
Returns the number of KeyStroke bindings.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar