Package com.dci.intellij.dbn.options.ui

Examples of com.dci.intellij.dbn.options.ui.GlobalProjectSettingsEditorForm


        ddlFileSettings = new DDLFileSettings(project);
        connectionSettings = new GlobalConnectionSettings(project);
    }

    public String getHelpTopic() {
        GlobalProjectSettingsEditorForm settingsEditor = getSettingsEditor();
        if (settingsEditor == null) {
            return super.getHelpTopic();
        } else {
            Configuration selectedConfiguration = settingsEditor.getActiveSettings();
            return selectedConfiguration.getHelpTopic();
        }
    }
View Full Code Here


    /*********************************************************
     *                    Configuration                      *
     *********************************************************/
    public GlobalProjectSettingsEditorForm createConfigurationEditor() {
        return new GlobalProjectSettingsEditorForm(this);
    }
View Full Code Here

TOP

Related Classes of com.dci.intellij.dbn.options.ui.GlobalProjectSettingsEditorForm

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.