|
Runtime | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GlobalAction | |
---|---|
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.ide.actions.global | Provides a set of IDE global actions and global action handlers for use with the Global Action Handler Service. |
Uses of GlobalAction in org.eclipse.gmf.runtime.common.ui.action.actions.global |
---|
Subclasses of GlobalAction in org.eclipse.gmf.runtime.common.ui.action.actions.global | |
---|---|
class |
GlobalPrintAction
Global action for printing |
class |
GlobalRedoAction
Global Redo Action. |
class |
GlobalUndoAction
Global Undo Action. |
Methods in org.eclipse.gmf.runtime.common.ui.action.actions.global that return GlobalAction | |
---|---|
GlobalAction |
GlobalActionManager.createActionHandler(IWorkbenchPage page,
java.lang.String id)
Creates an GlobalAction. |
GlobalAction |
GlobalActionManager.createActionHandler(IWorkbenchPart part,
java.lang.String id)
Creates an GlobalAction. |
GlobalAction[] |
GlobalActionManager.createGlobalActions(IWorkbenchPart part)
Creates default list of all global actions |
GlobalAction[] |
GlobalActionManager.createGlobalActions(IWorkbenchPart part,
java.lang.String[] actionIds)
Creates specified list of global actions |
GlobalAction |
GlobalActionManager.getGlobalAction(IWorkbenchPart part,
java.lang.String actionId)
Get Global Action This method obtains the specific global action for the given part. |
GlobalAction |
GlobalActionManager.getGlobalActionHandler(IWorkbenchPart part,
java.lang.String globalActionId)
Returns the GlobalAction for the given part and action id |
Uses of GlobalAction in org.eclipse.gmf.runtime.common.ui.action.ide.actions.global |
---|
Subclasses of GlobalAction in org.eclipse.gmf.runtime.common.ui.action.ide.actions.global | |
---|---|
class |
GlobalBookmarkAction
Global Bookmark Action This action provides the mechanism for enabling the Edit->Add Bookmark... |
class |
GlobalCloseProjectAction
Global action to close a project resource. |
class |
GlobalOpenProjectAction
Global action to open a project resource. |
Methods in org.eclipse.gmf.runtime.common.ui.action.ide.actions.global that return GlobalAction | |
---|---|
GlobalAction |
IDEGlobalActionManager.createActionHandler(IWorkbenchPage page,
java.lang.String id)
Creates a GlobalAction. |
GlobalAction |
IDEGlobalActionManager.createActionHandler(IWorkbenchPart part,
java.lang.String id)
Creates a GlobalAction. |
GlobalAction[] |
IDEGlobalActionManager.createGlobalActions(IWorkbenchPart part)
|
GlobalAction[] |
IDEGlobalActionManager.createGlobalActions(IWorkbenchPart part,
java.lang.String[] actionIds)
|
GlobalAction |
IDEGlobalActionManager.getGlobalAction(IWorkbenchPart part,
java.lang.String actionId)
|
GlobalAction |
IDEGlobalActionManager.getGlobalActionHandler(IWorkbenchPart part,
java.lang.String globalActionId)
|
|
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.