Package org.freeplane.features.ui

Examples of org.freeplane.features.ui.ViewController.openDocument()


      final String freeplaneLogDirectoryPath = LogUtils.getLogDirectory();
      final File file = new File(freeplaneLogDirectoryPath);
      if(file.isDirectory()){
        final ViewController viewController = Controller.getCurrentController().getViewController();
        try {
                  viewController.openDocument(file.toURL());
                }
                catch (Exception ex) {
                }
      }
        }
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.