Runtime

Uses of Class
org.eclipse.gmf.runtime.common.ui.services.action.global.AbstractGlobalActionHandler

Packages that use AbstractGlobalActionHandler
org.eclipse.gmf.runtime.common.ui.action.actions.global Provides a set of common global actions and global action handlers for use with the Global Action Handler Service. 
org.eclipse.gmf.runtime.common.ui.action.global.providers   
org.eclipse.gmf.runtime.common.ui.action.ide.actions.global Provides a set of IDE global actions and global action handlers for use with the Global Action Handler Service. 
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 AbstractGlobalActionHandler in org.eclipse.gmf.runtime.common.ui.action.actions.global
 

Subclasses of AbstractGlobalActionHandler in org.eclipse.gmf.runtime.common.ui.action.actions.global
 class ResourceGlobalActionHandler
          Global action handler that works with the resources in the context selection.
 class ResourcePropertiesGlobalActionHandler
          Global action handler that opens a property page on resources using the Eclipse PropertyDialogAction.
 

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

Subclasses of AbstractGlobalActionHandler in org.eclipse.gmf.runtime.common.ui.action.global.providers
 class RevertGlobalActionHandler
          A default global action handler for the revert retargetable action.
 

Uses of AbstractGlobalActionHandler in org.eclipse.gmf.runtime.common.ui.action.ide.actions.global
 

Subclasses of AbstractGlobalActionHandler in org.eclipse.gmf.runtime.common.ui.action.ide.actions.global
 class CloseResourceGlobalActionHandler
          Global action handler that closes resources using the Eclipse CloseResourceAction.
 class CopyResourceGlobalActionHandler
          Global action handler that copies resources.
 class DeleteResourceGlobalActionHandler
          Global action handler that delete resources using the Eclipse DeleteResourceAction.
 class MoveResourceGlobalActionHandler
          Global action handler that moves resources using the Eclipse MoveResourceAction.
 class OpenFileGlobalActionHandler
          Global action handler that opens files using the Eclipse OpenFileAction.
 class OpenResouceGlobalActionHandler
          Global action handler that opens resources using the Eclipse OpenResourceAction.
 class PasteResourceGlobalActionHandler
          Global action handler that pastes resources.
 class RefreshResourceGlobalActionHandler
          Global action handler that closes resources using the Eclipse RefreshAction.
 class RenameResourceGlobalActionHandler
          Global action handler that renames resources using an inline editor on the active workbench part.
 

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

Subclasses of AbstractGlobalActionHandler in org.eclipse.gmf.runtime.diagram.ui.printing.providers
 class DiagramWithPrintGlobalActionHandler
          Concrete class that implements the IGlobalActionHandler interface and provides a command for GlobalActionId.PRINT.
 

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

Subclasses of AbstractGlobalActionHandler in org.eclipse.gmf.runtime.diagram.ui.providers
 class DiagramGlobalActionHandler
          Class that implements the IGlobalActionHandler interface.
 

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

Subclasses of AbstractGlobalActionHandler in org.eclipse.gmf.runtime.diagram.ui.providers.ide.providers
 class DiagramIDEGlobalActionHandler
          The global action handler for diagram global actions with IDE dependencies.
 


Runtime

Guidelines for using Eclipse APIs.

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