Package org.apache.ivyde.eclipse.ui

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


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

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

        classpathSetupComposite.init(IvyPlugin.getPreferenceStoreHelper().getClasspathSetup());
View Full Code Here

TOP

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

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.