Package org.freeplane.core.undo

Examples of org.freeplane.core.undo.IUndoHandler.resetRedo()


  }

  public void reset() {
    final MapModel map = Controller.getCurrentController().getMap();
    final IUndoHandler undoHandler = map.getExtension(IUndoHandler.class);
    undoHandler.resetRedo();
    setEnabled(false);
  }

  public void setUndo(final Action undo) {
    this.undo = undo;
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.