Package org.eclipse.ui.internal.presentations

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


     * @param site the site to associate the view with
     */
    public StandardViewSystemMenu(IStackPresentationSite site) {
        restore = new SystemMenuRestore(site);
        move = new SystemMenuMove(site, getMoveMenuText(), false);
        minimize = new SystemMenuMinimize(site);
        maximize = new SystemMenuMaximize(site);
        close = new SystemMenuClose(site);
       
        { // Initialize system menu
            menuManager.add(new GroupMarker("misc")); //$NON-NLS-1$
View Full Code Here

TOP

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

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.