Package org.eclipse.ui.internal
Class EditorActionBuilder
java.lang.Object
org.eclipse.ui.internal.registry.RegistryReader
org.eclipse.ui.internal.PluginActionBuilder
org.eclipse.ui.internal.EditorActionBuilder
This class reads the registry for extensions that plug into 'editorActions'
 extension point.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classHelper class that will populate the menu and toolbar with the external editor contributions.Nested classes/interfaces inherited from class org.eclipse.ui.internal.PluginActionBuilderPluginActionBuilder.BasicContribution
- 
Field SummaryFields inherited from class org.eclipse.ui.internal.PluginActionBuildercache, currentContribution, targetContributionTag, targetID
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected ActionDescriptorThis factory method returns a new ActionDescriptor for the configuration element.protected PluginActionBuilder.BasicContributionFactory method to create the helper contribution class that will hold onto the menus and actions contributed.Reads and apply all external contributions for this editor's ID registered in 'editorActions' extension point.Methods inherited from class org.eclipse.ui.internal.PluginActionBuildercontribute, getID, getTargetID, readContributions, readElement, setAllowIdeLoggingMethods inherited from class org.eclipse.ui.internal.registry.RegistryReadergetClassValue, getDescription, logError, logMissingAttribute, logMissingElement, logUnknownElement, orderExtensions, readElementChildren, readElements, readExtension, readRegistry
- 
Constructor Details- 
EditorActionBuilderpublic EditorActionBuilder()The constructor.
 
- 
- 
Method Details- 
createActionDescriptorDescription copied from class:PluginActionBuilderThis factory method returns a new ActionDescriptor for the configuration element. It should be implemented by subclasses.- Specified by:
- createActionDescriptorin class- PluginActionBuilder
 
- 
createContributionDescription copied from class:PluginActionBuilderFactory method to create the helper contribution class that will hold onto the menus and actions contributed.- Overrides:
- createContributionin class- PluginActionBuilder
 
- 
readActionExtensionsReads and apply all external contributions for this editor's ID registered in 'editorActions' extension point.
 
-