Class mxGraphModel.mxRootChange

All Implemented Interfaces:
mxUndoableEdit.mxUndoableChange
Enclosing class:
mxGraphModel

public static class mxGraphModel.mxRootChange extends mxIGraphModel.mxAtomicGraphModelChange
  • Field Details

    • root

      protected Object root
      Holds the new and previous root cell.
    • previous

      protected Object previous
      Holds the new and previous root cell.
  • Constructor Details

    • mxRootChange

      public mxRootChange()
    • mxRootChange

      public mxRootChange(mxGraphModel model, Object root)
  • Method Details