Runtime

Uses of Interface
org.eclipse.gmf.runtime.common.ui.services.action.global.IGlobalActionHandlerContext

Packages that use IGlobalActionHandlerContext
org.eclipse.gmf.runtime.common.ui.action.global.providers   
org.eclipse.gmf.runtime.common.ui.services.action.global Provides a set of classes that implement a Service that provides an extensible way to handle commonly used (global) actions in different views and editors. 
org.eclipse.gmf.runtime.diagram.ui.printing.providers   
org.eclipse.gmf.runtime.diagram.ui.providers Aurora internal packages Package Specification This package contains the necessary plugin classes: DebugOptions Plugin StatusCodes  
org.eclipse.gmf.runtime.diagram.ui.providers.ide.providers This package contains a contribution item provider and a global action handler and provider for diagram IDE Global Actions. 
 

Uses of IGlobalActionHandlerContext in org.eclipse.gmf.runtime.common.ui.action.global.providers
 

Methods in org.eclipse.gmf.runtime.common.ui.action.global.providers with parameters of type IGlobalActionHandlerContext
 IGlobalActionHandler EditorGlobalActionHandlerProvider.getGlobalActionHandler(IGlobalActionHandlerContext context)
           
 

Uses of IGlobalActionHandlerContext in org.eclipse.gmf.runtime.common.ui.services.action.global
 

Classes in org.eclipse.gmf.runtime.common.ui.services.action.global that implement IGlobalActionHandlerContext
 class GlobalActionHandlerContext
          The class used to create a IGlobalActionHandlerContext object.
 

Methods in org.eclipse.gmf.runtime.common.ui.services.action.global that return IGlobalActionHandlerContext
 IGlobalActionHandlerContext GlobalActionHandlerOperation.getContext()
          Returns the context.
 

Methods in org.eclipse.gmf.runtime.common.ui.services.action.global with parameters of type IGlobalActionHandlerContext
 IGlobalActionHandler IGlobalActionHandlerProvider.getGlobalActionHandler(IGlobalActionHandlerContext context)
          Returns the IGlobalActionHandler for the given IGlobalActionHandlerContext
 IGlobalActionHandler GlobalActionHandlerService.getGlobalActionHandler(IGlobalActionHandlerContext context)
           
 IGlobalActionHandler AbstractGlobalActionHandlerProvider.getGlobalActionHandler(IGlobalActionHandlerContext context)
          Returns a IGlobalActionHandler for the given IGlobalActionHandlerContext
 

Constructors in org.eclipse.gmf.runtime.common.ui.services.action.global with parameters of type IGlobalActionHandlerContext
GetGlobalActionHandlerOperation(IGlobalActionHandlerContext context)
          Constructor for GetGlobalActionHandlerOperation.
GlobalActionHandlerOperation(IGlobalActionHandlerContext context)
          Create a GlobalActionHandlerOperation.
 

Uses of IGlobalActionHandlerContext in org.eclipse.gmf.runtime.diagram.ui.printing.providers
 

Methods in org.eclipse.gmf.runtime.diagram.ui.printing.providers with parameters of type IGlobalActionHandlerContext
 IGlobalActionHandler DiagramWithPrintGlobalActionHandlerProvider.getGlobalActionHandler(IGlobalActionHandlerContext context)
           
 

Uses of IGlobalActionHandlerContext in org.eclipse.gmf.runtime.diagram.ui.providers
 

Methods in org.eclipse.gmf.runtime.diagram.ui.providers with parameters of type IGlobalActionHandlerContext
 IGlobalActionHandler DiagramGlobalActionHandlerProvider.getGlobalActionHandler(IGlobalActionHandlerContext context)
           
 

Uses of IGlobalActionHandlerContext in org.eclipse.gmf.runtime.diagram.ui.providers.ide.providers
 

Methods in org.eclipse.gmf.runtime.diagram.ui.providers.ide.providers with parameters of type IGlobalActionHandlerContext
 IGlobalActionHandler DiagramIDEGlobalActionHandlerProvider.getGlobalActionHandler(IGlobalActionHandlerContext context)
           
 


Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.