Package org.apache.ivyde.eclipse.ui

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


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

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

        advancedSetupEditor.init(IvyPlugin.getPreferenceStoreHelper().getAdvancedSetup(), false);

        return advancedSetupEditor;
View Full Code Here

TOP

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

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.