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

  




 

 

Eclipse GMF Guide
Previous Page Home Next Page

Runtime

Package 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.

See:
           Description

Class Summary
ClipboardContentsHelper This class is responsible for getting the contents from the clipboard.
ClipboardManager This class is used to add/retrieve data to/from the system clipboard.
ClipboardState Enumeration class for the clipboard state.
GlobalActionManager This class manages all the global actions.
GlobalPrintAction Global action for printing
GlobalRedoAction Global Redo Action.
GlobalUndoAction Global Undo Action.
ResourceGlobalActionHandler Global action handler that works with the resources in the context selection.
ResourcePropertiesGlobalActionHandler Global action handler that opens a property page on resources using the Eclipse PropertyDialogAction.
 

Package org.eclipse.gmf.runtime.common.ui.action.actions.global Description

Provides a set of common global actions and global action handlers for use with the Global Action Handler Service.

Modeling platform global actions are managed by an instance of the GlobalActionManager in this package. It should be used to create global actions, add them to menus and set them as the workbench global actions handlers for a given workbench part. For example, here are some of the actions supported by the manager:

  • Cut
  • Copy
  • Paste
  • Move
  • Rename
  • Delete
  • Refresh
  • Find
  • Save
  • Print
  • Undo
  • Redo

See Also:
org.eclipse.gmf.runtime.common.ui.action.global, org.eclipse.gmf.runtime.common.ui.services.action.global

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