javax.swing.plaf
Class ActionMapUIResource

java.lang.Object
  extended by javax.swing.ActionMap
      extended by javax.swing.plaf.ActionMapUIResource
All Implemented Interfaces:
Serializable, UIResource

public class ActionMapUIResource
extends ActionMap
implements UIResource

An ActionMap that implements the UIResource interface to indicate that it belongs to a pluggable LookAndFeel.

See Also:
ActionMap, Serialized Form

Constructor Summary
ActionMapUIResource()
          Constructs a new ActionMapUIResource.
 
Method Summary
 
Methods inherited from class javax.swing.ActionMap
allKeys, clear, get, getParent, keys, put, remove, setParent, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionMapUIResource

public ActionMapUIResource()
Constructs a new ActionMapUIResource.