Package org.eclipse.ui.internal.presentations

Examples of org.eclipse.ui.internal.presentations.SystemMenuFastView


        this.page = page;
        setID(this.toString());
        // Each folder has a unique ID so relative positioning is unambiguous.

        this.allowStateChanges = allowsStateChanges;
        fastViewAction = new SystemMenuFastView(getPresentationSite());
        detachViewAction = new SystemMenuDetach(getPresentationSite());
    }
View Full Code Here

TOP

Related Classes of org.eclipse.ui.internal.presentations.SystemMenuFastView

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.