Package org.freeplane.plugin.workspace.creator

Examples of org.freeplane.plugin.workspace.creator.LinkCreator


    return this.actionCreator;
  }
 
  private LinkCreator getLinkCreator() {
    if (this.linkCreator == null) {
      this.linkCreator = new LinkCreator();
      this.linkCreator.setResultProcessor(getDefaultResultProcessor());
    }
    return this.linkCreator;
  }
View Full Code Here

TOP

Related Classes of org.freeplane.plugin.workspace.creator.LinkCreator

Copyright © 2018 www.massapicom. 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.