|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ActionPath
Defines a way to install an action in a MenuBuilder for a
given ActionContext.
| Method Summary | |
|---|---|
Stack<String> |
getPathStack()
Returns a stack of sub-paths where to install the action. |
String |
getSource()
Defines an identifier for this action path when it is used as a replacement for another action path. |
String |
getTarget()
Defines an identifier when this action path is defined as a placeholder for other action path(s). |
void |
install(MenuBuilder menuBuilder,
ActionFactory actionFactory,
ActionContext actionContext)
Installs this action path in a menu builder for a given action context. |
| Method Detail |
|---|
Stack<String> getPathStack()
MenuBuilderString getSource()
String getTarget()
null
void install(MenuBuilder menuBuilder,
ActionFactory actionFactory,
ActionContext actionContext)
menuBuilder - Menu builderactionFactory - Action factory to useactionContext - Action context to use
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||