Package org.freeplane.view.swing.features.filepreview

Examples of org.freeplane.view.swing.features.filepreview.ViewerController.undoableDeactivateHook()


    }
    //remove extended progress icon
    if (progUtil.hasExtendedProgressIcon(node)) {
      final ViewerController vc = ((ViewerController) Controller.getCurrentController().getModeController()
          .getExtension(ViewerController.class));
      vc.undoableDeactivateHook(node);
    }
  }

  @Override
  public void setEnabled() {
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.