Package org.freeplane.features.ui

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


  public void actionPerformed(final ActionEvent e) {
    final ResourceController resourceController = ResourceController.getResourceController();
    resourceController.setProperty("note_location", position);
    final ViewController viewController = Controller.getCurrentModeController().getController().getViewController();
    viewController.changeNoteWindowLocation();
  }

  @Override
  public void setSelected() {
    final ResourceController resourceController = ResourceController.getResourceController();
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.