Examples of deactivateUndo()


Examples of org.freeplane.features.mode.mindmapmode.MModeController.deactivateUndo()

  public void deactivateUndo() {
    final MapModel map = Controller.getCurrentController().getMap();
    if (map instanceof MapModel) {
      MModeController modeController = ((MModeController) Controller.getCurrentModeController());
      modeController.deactivateUndo((MMapModel) map);
    }
  }

  public void undo() {
    final MapModel map = Controller.getCurrentController().getMap();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.