|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindfusion.diagramming.Command
com.mindfusion.diagramming.ScrollTreeViewCmd
public class ScrollTreeViewCmd
Constructor Summary | |
---|---|
ScrollTreeViewCmd(TreeViewNode node)
|
Method Summary | |
---|---|
void |
execute(boolean undoEnabled)
This method is called internally by JDiagram when performing the action. |
TreeViewNode |
getTreeViewNode()
Gets a reference to the TreeViewNode affected by this operation. |
void |
redo()
Command.redo override. |
void |
undo()
Command.undo override. |
Methods inherited from class com.mindfusion.diagramming.Command |
---|
addSubCmd, adopt, getContext, getSubCommands, getTitle, isContainerOf, setTitle |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScrollTreeViewCmd(TreeViewNode node)
Method Detail |
---|
public void execute(boolean undoEnabled)
Command
execute
in class Command
undoEnabled
- true
if the undo manager is enabled
at this time, otherwise false
.public void undo()
undo
in class Command
public void redo()
redo
in class Command
public TreeViewNode getTreeViewNode()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |