|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.yasl.arch.impl.action.YASLActionHandlerImpl
Implements the YASLActionHandler interface.
Constructor Summary | |
YASLActionHandlerImpl()
|
Method Summary | |
void |
addActionByKey(String actionKey,
Action action)
Add a key-actiom mapping. |
Action |
getActionByKey(String actionKey)
Returns the action object associated with the key. |
Set |
getActionKeys()
Returns a non-modifiable set of keys to actions. |
boolean |
isKeyInUse(String actionKey)
Checks if an action is mapped to the passed key. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public YASLActionHandlerImpl()
Method Detail |
public void addActionByKey(String actionKey, Action action)
addActionByKey
in interface YASLActionHandler
actionKey
- Stringaction
- Actionpublic Action getActionByKey(String actionKey)
getActionByKey
in interface YASLActionHandler
actionKey
- String
public boolean isKeyInUse(String actionKey)
isKeyInUse
in interface YASLActionHandler
actionKey
- String
public Set getActionKeys()
getActionKeys
in interface YASLActionHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |