Package org.freeplane.core.resources.components

Examples of org.freeplane.core.resources.components.PropertyAction


      translatedLafNames.add(info.getName());
    }
    addCurrentLookAndFeelIfNecessary(lafNames, translatedLafNames);
    optionPanelBuilder.addComboProperty("Appearance/look_and_feel/lookandfeel", LOOKANDFEEL_PROPERTY, lafNames,
        translatedLafNames, IndexedTree.AS_CHILD);
    return new PropertyAction(optionPanelBuilder.getRoot());
    }
View Full Code Here

TOP

Related Classes of org.freeplane.core.resources.components.PropertyAction

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.