Examples of IActor


Examples of org.freeplane.core.undo.IActor

  }

  // Node: R/W
  public void setLastModifiedAt(final Date date) {
    final Date oldDate = getDelegate().getHistoryInformation().getLastModifiedAt();
    final IActor actor = new IActor() {
      public void act() {
        getDelegate().getHistoryInformation().setLastModifiedAt(date);
      }

      public String getDescription() {
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.