|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSEdit.Command
SEdit.NewArrowCommand
Field Summary |
Fields inherited from class SEdit.Command |
action, desc, icon |
Constructor Summary | |
NewArrowCommand(ElementDesc arrowDesc,
Point position,
SElement from,
SElement to)
|
|
NewArrowCommand(String arrowDesc,
Point position,
String from,
String to)
|
Method Summary | |
String |
getArrowDesc()
|
String |
getOriginID()
|
Point |
getPosition()
|
String |
getTargetID()
|
String |
toString()
|
Methods inherited from class SEdit.Command |
execute, getAction, getDescription, getIcon, hasDescription, hasIcon |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public NewArrowCommand(ElementDesc arrowDesc, Point position, SElement from, SElement to)
public NewArrowCommand(String arrowDesc, Point position, String from, String to)
Method Detail |
public String getArrowDesc()
public Point getPosition()
public String getOriginID()
public String getTargetID()
public String toString()
toString
in class Command
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |