|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.gui.action.path.item.AbstractActionPath
net.sf.doolin.gui.action.path.item.GUIActionPath
public class GUIActionPath
Defines a path to a GUIAction.
| Constructor Summary | |
|---|---|
GUIActionPath(GUIAction action)
Constructor with an action and no path. |
|
GUIActionPath(GUIAction action,
List<String> paths)
Constructor with an action and some paths. |
|
| Method Summary | |
|---|---|
GUIAction |
getAction()
Gets the action. |
void |
install(MenuBuilder menuBuilder,
ActionFactory actionFactory,
ActionContext actionContext)
Installs this action path in a menu builder for a given action context. |
String |
toString()
|
| Methods inherited from class net.sf.doolin.gui.action.path.item.AbstractActionPath |
|---|
getPathID, getPathStack, getSource, getTarget |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GUIActionPath(GUIAction action)
action - Action to set
public GUIActionPath(GUIAction action,
List<String> paths)
action - Action to setpaths - Stack of paths| Method Detail |
|---|
public GUIAction getAction()
public void install(MenuBuilder menuBuilder,
ActionFactory actionFactory,
ActionContext actionContext)
ActionPath
menuBuilder - Menu builderactionFactory - Action factory to useactionContext - Action context to useActionFactory.createAction(ActionContext, GUIAction, IconSize),
MenuBuilder.add(net.sf.doolin.bus.SubscriberValidator,
Action)public String toString()
toString in class AbstractActionPath
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||