JAPI 0.9.0
Yet another Java API
API Documentation

net.sf.japi.swing
Class NamedActionMap

java.lang.Object
  extended by javax.swing.ActionMap
      extended by net.sf.japi.swing.NamedActionMap
All Implemented Interfaces:
Serializable

public class NamedActionMap
extends ActionMap

An ActionMap subclass which provides a (possibly localized) name.

Author:
Christian Hujer
See Also:
Serialized Form

Constructor Summary
NamedActionMap()
          Create a NamedActionMap without providing a name.
NamedActionMap(String name)
          Create a NamedActionMap.
 
Method Summary
 String getName()
          Returns the name.
 
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

NamedActionMap

public NamedActionMap()
Create a NamedActionMap without providing a name. The default name is the empty String.


NamedActionMap

public NamedActionMap(String name)
Create a NamedActionMap.

Parameters:
name - Name
Method Detail

getName

public String getName()
Returns the name.

Returns:
the name.

JAPI
Yet another Java API
API Documentation

© 2005-2006 Christian Hujer. All rights reserved. See copyright