|
Runtime | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IGlobalActionContext | |
---|---|
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 | Provides a set of classes for creating global actions 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.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 IGlobalActionContext in org.eclipse.gmf.runtime.common.ui.action.actions.global |
---|
Methods in org.eclipse.gmf.runtime.common.ui.action.actions.global with parameters of type IGlobalActionContext | |
---|---|
boolean |
ResourceGlobalActionHandler.canHandle(IGlobalActionContext cntxt)
|
ICommand |
ResourcePropertiesGlobalActionHandler.getCommand(IGlobalActionContext cntxt)
|
Uses of IGlobalActionContext in org.eclipse.gmf.runtime.common.ui.action.global |
---|
Methods in org.eclipse.gmf.runtime.common.ui.action.global that return IGlobalActionContext | |
---|---|
protected IGlobalActionContext |
GlobalAction.createContext()
Returns a IGlobalActionContext |
Uses of IGlobalActionContext 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 IGlobalActionContext | |
---|---|
boolean |
RevertGlobalActionHandler.canHandle(IGlobalActionContext context)
|
ICommand |
RevertGlobalActionHandler.getCommand(IGlobalActionContext context)
|
Uses of IGlobalActionContext in org.eclipse.gmf.runtime.common.ui.action.ide.actions.global |
---|
Methods in org.eclipse.gmf.runtime.common.ui.action.ide.actions.global with parameters of type IGlobalActionContext | |
---|---|
boolean |
PasteResourceGlobalActionHandler.canHandle(IGlobalActionContext cntxt)
|
boolean |
OpenResouceGlobalActionHandler.canHandle(IGlobalActionContext cntxt)
|
boolean |
OpenFileGlobalActionHandler.canHandle(IGlobalActionContext cntxt)
|
boolean |
DeleteResourceGlobalActionHandler.canHandle(IGlobalActionContext cntxt)
|
boolean |
CloseResourceGlobalActionHandler.canHandle(IGlobalActionContext cntxt)
|
ICommand |
RenameResourceGlobalActionHandler.getCommand(IGlobalActionContext cntxt)
|
ICommand |
RefreshResourceGlobalActionHandler.getCommand(IGlobalActionContext cntxt)
|
ICommand |
PasteResourceGlobalActionHandler.getCommand(IGlobalActionContext cntxt)
|
ICommand |
OpenResouceGlobalActionHandler.getCommand(IGlobalActionContext cntxt)
|
ICommand |
OpenFileGlobalActionHandler.getCommand(IGlobalActionContext cntxt)
|
ICommand |
MoveResourceGlobalActionHandler.getCommand(IGlobalActionContext cntxt)
|
ICommand |
DeleteResourceGlobalActionHandler.getCommand(IGlobalActionContext cntxt)
|
ICommand |
CopyResourceGlobalActionHandler.getCommand(IGlobalActionContext cntxt)
|
ICommand |
CloseResourceGlobalActionHandler.getCommand(IGlobalActionContext cntxt)
|
Uses of IGlobalActionContext in org.eclipse.gmf.runtime.common.ui.services.action.global |
---|
Classes in org.eclipse.gmf.runtime.common.ui.services.action.global that implement IGlobalActionContext | |
---|---|
class |
GlobalActionContext
Implementation class for the interface IGlobalActionContext |
Methods in org.eclipse.gmf.runtime.common.ui.services.action.global with parameters of type IGlobalActionContext | |
---|---|
boolean |
IGlobalActionHandler.canHandle(IGlobalActionContext context)
Return true if the handler can handle the context |
ICommand |
IGlobalActionHandler.getCommand(IGlobalActionContext context)
Return the ICommand for the context |
java.lang.String |
IGlobalActionHandler.getLabel(IGlobalActionContext context)
Gets the label for this global action, given the context. |
java.lang.String |
AbstractGlobalActionHandler.getLabel(IGlobalActionContext cntxt)
|
Uses of IGlobalActionContext in org.eclipse.gmf.runtime.diagram.ui.printing.providers |
---|
Methods in org.eclipse.gmf.runtime.diagram.ui.printing.providers with parameters of type IGlobalActionContext | |
---|---|
boolean |
DiagramWithPrintGlobalActionHandler.canHandle(IGlobalActionContext cntxt)
|
protected void |
DiagramWithPrintGlobalActionHandler.doPrint(IGlobalActionContext cntxt)
|
ICommand |
DiagramWithPrintGlobalActionHandler.getCommand(IGlobalActionContext cntxt)
|
Uses of IGlobalActionContext in org.eclipse.gmf.runtime.diagram.ui.providers |
---|
Methods in org.eclipse.gmf.runtime.diagram.ui.providers with parameters of type IGlobalActionContext | |
---|---|
protected boolean |
DiagramGlobalActionHandler.canCopy(IGlobalActionContext cntxt)
Checks if the selected IViews can be copied to the clipboard |
protected boolean |
DiagramGlobalActionHandler.canCut(IGlobalActionContext cntxt)
Checks if the selected IViews can be cut |
boolean |
DiagramGlobalActionHandler.canHandle(IGlobalActionContext cntxt)
|
protected boolean |
DiagramGlobalActionHandler.canPaste(IGlobalActionContext cntxt)
Checks if the paste can occur |
protected boolean |
DiagramGlobalActionHandler.canSave(IGlobalActionContext cntxt)
Checks if the selected IElements will allow a save. |
ICommand |
DiagramGlobalActionHandler.getCommand(IGlobalActionContext cntxt)
|
protected ICommand |
DiagramGlobalActionHandler.getCopyCommand(IGlobalActionContext cntxt,
IDiagramWorkbenchPart diagramPart,
boolean isUndoable)
Returns a command to copy the context's selection to the clipboard. |
protected ICommand |
DiagramGlobalActionHandler.getCutCommand(IGlobalActionContext cntxt,
IDiagramWorkbenchPart diagramPart)
Returns a command to copy the context's selection to the clipboard and to delete it. |
protected IMapMode |
DiagramGlobalActionHandler.getMapMode(IGlobalActionContext cntxt)
Retrieve the IMapMode object from the
DiagramRootEditPart |
Uses of IGlobalActionContext 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 IGlobalActionContext | |
---|---|
boolean |
DiagramIDEGlobalActionHandler.canHandle(IGlobalActionContext cntxt)
|
ICommand |
DiagramIDEGlobalActionHandler.getCommand(IGlobalActionContext cntxt)
|
|
Runtime | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.