Package org.apache.ivyde.eclipse.ui

Examples of org.apache.ivyde.eclipse.ui.SettingsSetupEditor


    public void init(IWorkbench workbench) {
        setPreferenceStore(IvyPlugin.getDefault().getPreferenceStore());
    }

    protected Control createContents(Composite parent) {
        settingsEditor = new SettingsSetupEditor(parent, SWT.NONE);
        settingsEditor.setLayoutData(new GridData(GridData.FILL, GridData.FILL, true, true));

        settingsEditor.init(IvyPlugin.getPreferenceStoreHelper().getSettingsSetup());

        return settingsEditor;
View Full Code Here

TOP

Related Classes of org.apache.ivyde.eclipse.ui.SettingsSetupEditor

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.