|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Defines the methods for storing and accessing Actions.
| Method Summary | |
void |
addActionByKey(String actionKey,
Action action)
Adds an action to the handler and associates it with the passed key. |
Action |
getActionByKey(String actionKey)
Returns the Action associated with the passed key. |
Set |
getActionKeys()
Returns a non-modifiable set of keys to actions. |
boolean |
isKeyInUse(String actionKey)
Returns true if an action is associated with the passed key. |
| Method Detail |
public Action getActionByKey(String actionKey)
actionKey - String
public void addActionByKey(String actionKey,
Action action)
actionKey - Stringaction - Actionpublic boolean isKeyInUse(String actionKey)
actionKey - String
public Set getActionKeys()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||