Package org.freeplane.core.resources.OptionPanelController

Examples of org.freeplane.core.resources.OptionPanelController.PropertyLoadListener


  private void setupLanguage(Controller controller) {
    setLanguage();
   
    final OptionPanelController optionController = controller.getOptionPanelController();
   
    optionController.addPropertyLoadListener(new PropertyLoadListener() {     
      public void propertiesLoaded(Collection<IPropertyControl> properties) {
        setLanguage();
      }
    });
   
View Full Code Here

TOP

Related Classes of org.freeplane.core.resources.OptionPanelController.PropertyLoadListener

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.