|
mxGraph 1.10.4.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.mxgraph.view.mxGraphView.mxCurrentRootChange
public static class mxGraphView.mxCurrentRootChange
Action to change the current root in a view.
Field Summary | |
---|---|
protected Object |
previous
|
protected Object |
root
|
protected boolean |
up
|
protected mxGraphView |
view
|
Constructor Summary | |
---|---|
mxGraphView.mxCurrentRootChange(mxGraphView view,
Object root)
Constructs a change of the current root in the given view. |
Method Summary | |
---|---|
void |
execute()
Changes the current root of the view. |
Object |
getPrevious()
Returns the previous root. |
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 Object root
protected Object previous
protected boolean up
Constructor Detail |
---|
public mxGraphView.mxCurrentRootChange(mxGraphView view, Object root)
Method Detail |
---|
public mxGraphView getView()
public Object getRoot()
public Object getPrevious()
public boolean isUp()
public void execute()
execute
in interface mxUndoableEdit.mxUndoableChange
|
mxGraph 1.10.4.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |