Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Runtime

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

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

Guidelines for using Eclipse APIs.

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


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire