|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bluemarsh.jswat.action.ActionTable
This class holds the application actions and provides access to them.
Field Summary | |
protected static java.lang.String |
ACTION_SUFFIX
Suffix added to command string to retrieve action classes. |
protected static java.util.Hashtable |
actionTable
Table of available actions in our program. |
Constructor Summary | |
ActionTable()
|
Method Summary | |
static javax.swing.Action |
getAction(java.lang.String cmd)
Retrieves the action corresponding to the given command string. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static final java.lang.String ACTION_SUFFIX
protected static java.util.Hashtable actionTable
getAction()
method.Constructor Detail |
public ActionTable()
Method Detail |
public static javax.swing.Action getAction(java.lang.String cmd)
cmd
- command string to find action for.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |