Package org.clarent.ivyidea.intellij.facet.ui

Examples of org.clarent.ivyidea.intellij.facet.ui.PropertiesSettingsTab


    public FacetPropertiesSettings getPropertiesSettings() {
        return facetPropertiesSettings;
    }

    public FacetEditorTab[] createEditorTabs(FacetEditorContext editorContext, FacetValidatorsManager validatorsManager) {
        final PropertiesSettingsTab propertiesSettingsTab = new PropertiesSettingsTab(editorContext);
        final BasicSettingsTab basicSettingsTab = new BasicSettingsTab(editorContext, propertiesSettingsTab);
        return new FacetEditorTab[]{basicSettingsTab, propertiesSettingsTab};
    }
View Full Code Here

TOP

Related Classes of org.clarent.ivyidea.intellij.facet.ui.PropertiesSettingsTab

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.