|
||||||||||
| 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
public abstract class AbstractActionPath
Basic implementation for an ActionPath. Its provides support for the
stack of paths.
| Constructor Summary | |
|---|---|
AbstractActionPath()
Constructor with an empty stack. |
|
AbstractActionPath(List<String> paths)
Constructor with a predefined stack. |
|
| Method Summary | |
|---|---|
protected String |
getPathID()
Builds a path identifier from the path stack. |
Stack<String> |
getPathStack()
Returns a stack of sub-paths where to install the action. |
String |
getSource()
Returns null. |
String |
getTarget()
Returns null. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface net.sf.doolin.gui.action.path.item.ActionPath |
|---|
install |
| Constructor Detail |
|---|
public AbstractActionPath()
public AbstractActionPath(List<String> paths)
paths - List of elements in the stack. It will be reverted to create
the stack.| Method Detail |
|---|
protected String getPathID()
public Stack<String> getPathStack()
ActionPath
getPathStack in interface ActionPathMenuBuilderpublic String getSource()
null.
getSource in interface ActionPathpublic String getTarget()
null.
getTarget in interface ActionPathnullpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||