Package org.eclipse.ui.internal.presentations.r33

Examples of org.eclipse.ui.internal.presentations.r33.WorkbenchPresentationFactory_33


        }
        // presentation ID must be a bogus value, reset it to the default
        PrefUtil.getAPIPreferenceStore().setValue(
        IWorkbenchPreferenceConstants.PRESENTATION_FACTORY_ID,
        IWorkbenchConstants.DEFAULT_PRESENTATION_ID);
        return new WorkbenchPresentationFactory_33();
    }
View Full Code Here

TOP

Related Classes of org.eclipse.ui.internal.presentations.r33.WorkbenchPresentationFactory_33

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.