|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.gui.action.path.ActionContextPath
public class ActionContextPath
Association of an action context and of an action path.
| Constructor Summary | |
|---|---|
ActionContextPath(ActionContext actionContext,
ActionPath actionPath)
Instantiates a new action context path. |
|
| Method Summary | |
|---|---|
ActionContext |
getActionContext()
Gets the action context. |
ActionPath |
getActionPath()
Gets the action path. |
void |
install(MenuBuilder menuBuilder,
ActionFactory actionFactory)
Install this class into a menu builder |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ActionContextPath(ActionContext actionContext,
ActionPath actionPath)
actionContext - the action contextactionPath - the action path| Method Detail |
|---|
public ActionContext getActionContext()
public ActionPath getActionPath()
public void install(MenuBuilder menuBuilder,
ActionFactory actionFactory)
menuBuilder - the menu builderactionFactory - the action factoryActionPath.install(MenuBuilder, ActionFactory, ActionContext)public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||