Package org.freeplane.plugin.workspace.model

Examples of org.freeplane.plugin.workspace.model.WorkspaceModel.removeProject()


    );
    if(option == JOptionPane.YES_OPTION) {
      //AWorkspaceTreeNode targetNode = getNodeFromActionEvent(e);
      WorkspaceModel model = WorkspaceController.getCurrentModel();
      //model.removeProject(model.getProject(targetNode.getModel()));
      model.removeProject(project);
      model.getRoot().getModel().requestSave();
    }
  }
}
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.