|
JGraph X 1.3.0.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mxgraph.view.mxGraphView.mxCurrentRootChange
public static class mxGraphView.mxCurrentRootChange
Action to change the current root in a view.
Field Summary | |
---|---|
protected java.lang.Object |
previous
|
protected java.lang.Object |
root
|
protected boolean |
up
|
protected mxGraphView |
view
|
Constructor Summary | |
---|---|
mxGraphView.mxCurrentRootChange(mxGraphView view,
java.lang.Object root)
Constructs a change of the current root in the given view. |
Method Summary | |
---|---|
void |
execute()
Changes the current root of the view. |
java.lang.Object |
getPrevious()
Returns the previous root. |
java.lang.Object |
getRoot()
Returns the root. |
mxGraphView |
getView()
Returns the graph view where the change happened. |
boolean |
isUp()
Returns true if the drilling went upwards. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected mxGraphView view
protected java.lang.Object root
protected java.lang.Object previous
protected boolean up
Constructor Detail |
---|
public mxGraphView.mxCurrentRootChange(mxGraphView view, java.lang.Object root)
Method Detail |
---|
public mxGraphView getView()
public java.lang.Object getRoot()
public java.lang.Object getPrevious()
public boolean isUp()
public void execute()
execute
in interface mxUndoableEdit.mxUndoableChange
|
JGraph X 1.3.0.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |