Package | Description |
---|---|
vona.ui |
Vona's utils: UI stuff.
|
Modifier and Type | Class and Description |
---|---|
static class |
ActionMapper.ApplyingAction
Generic
ActionMapper.Action impl that delegates to an object implementing an
apply(Object[]) method. |
Modifier and Type | Method and Description |
---|---|
ActionMapper.Action |
ActionMapper.lookupAction(java.lang.String spec)
ActionMapper.lookupAction(String, boolean) , use wildcards |
ActionMapper.Action |
ActionMapper.lookupAction(java.lang.String spec,
boolean useWildcards)
Match an action spec to the corresponding
ActionMapper.Action . |
Modifier and Type | Method and Description |
---|---|
int |
ActionMapper.ActionMap.add(ActionMapper.Action action,
java.lang.String... spec)
Convenience to add/replace the mapping(s) from spec(s) to
action.
|
int |
ActionMapper.ActionMap.remove(ActionMapper.Action action)
Convenience to remove all mappings to an action.
|