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 Plug-in Developer Guide
Previous Page Home Next Page

Contributing new retargetable actions

The workbench is not the only plug-in that can create retargetable actions.  Your plug-in can define its own retargetable action, so that views and editors within your plug-in can share the same menu actions.  There are two ways to contribute retargetable actions from your plug-in:

  • An editor can define a retargetable action for which the editor and related views can hook handlers.  The action is only available in the menu bar when the editor is open.  
  • An action set can define a retargetable action for which editors and views can hook handlers.  The action will be visible as long as the action set is visible, but it will only be enabled if the active part has hooked a handler for the action.

This mechanism is useful for providing tight integration between editors and related views.  For example, a content outline view can implement a handler for an action defined by its associated editor.  

The readmetool example demonstrates both of these techniques.


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