Package org.eclipse.ui.internal
Class ViewActionBuilder
java.lang.Object
org.eclipse.ui.internal.registry.RegistryReader
org.eclipse.ui.internal.PluginActionBuilder
org.eclipse.ui.internal.ViewActionBuilder
This class reads the registry for extensions that plug into 'viewActions'
 extension point.
- 
Nested Class SummaryNested classes/interfaces inherited from class org.eclipse.ui.internal.PluginActionBuilderPluginActionBuilder.BasicContribution
- 
Field SummaryFieldsFields 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.voiddispose()Return all extended actions.voidreadActionExtensions(IViewPart viewPart) Reads and apply all external contributions for this view's ID registered in 'viewActions' extension point.Methods inherited from class org.eclipse.ui.internal.PluginActionBuildercontribute, createContribution, getID, getTargetID, readContributions, readElement, setAllowIdeLoggingMethods inherited from class org.eclipse.ui.internal.registry.RegistryReadergetClassValue, getDescription, logError, logMissingAttribute, logMissingElement, logUnknownElement, orderExtensions, readElementChildren, readElements, readExtension, readRegistry
- 
Field Details- 
TAG_CONTRIBUTION_TYPE- See Also:
 
 
- 
- 
Constructor Details- 
ViewActionBuilderpublic ViewActionBuilder()Basic 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
 
- 
getExtendedActionsReturn all extended actions.
- 
readActionExtensionsReads and apply all external contributions for this view's ID registered in 'viewActions' extension point.
- 
disposepublic void dispose()
 
-