Package org.eclipse.ui.internal.operations

Examples of org.eclipse.ui.internal.operations.WorkbenchOperationSupport


   * @return the workbench operation support.
   * @since 3.1
   */
    public IWorkbenchOperationSupport getOperationSupport() {
        if (operationSupport == null) {
          operationSupport = new WorkbenchOperationSupport();
        }
        return operationSupport;
    }
View Full Code Here

TOP

Related Classes of org.eclipse.ui.internal.operations.WorkbenchOperationSupport

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.