|
JAPI 0.9.0 Yet another Java API API Documentation |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.ActionMap
net.sf.japi.swing.NamedActionMap
public class NamedActionMap
An ActionMap subclass which provides a (possibly localized) name.
| 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 |
|---|
public NamedActionMap()
public NamedActionMap(String name)
name - Name| Method Detail |
|---|
public String getName()
|
JAPI Yet another Java API API Documentation |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||