Package org.apache.ivyde.eclipse.ui

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


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

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

        mappingSetupComposite.init(IvyPlugin.getPreferenceStoreHelper().getMappingSetup());

        return mappingSetupComposite;
View Full Code Here

TOP

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

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.