Package org.eclipse.core.commands.contexts

Examples of org.eclipse.core.commands.contexts.Context.undefine()


   * @param desc
   */
  private void removeActionSet(IActionSetDescriptor desc) {
    Context actionSetContext = contextService.getContext(desc.getId());
    if (actionSetContext.isDefined()) {
      actionSetContext.undefine();
    }
    children.remove(desc);
  }

  /**
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.