Package org.eclipse.ui.internal.presentations

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


     * Create the standard view menu
     *
     * @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);
       
View Full Code Here

TOP

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

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.