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 Summary
Nested classes/interfaces inherited from class org.eclipse.ui.internal.PluginActionBuilder
PluginActionBuilder.BasicContribution
-
Field Summary
Fields inherited from class org.eclipse.ui.internal.PluginActionBuilder
cache, currentContribution, targetContributionTag, targetID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected ActionDescriptor
This factory method returns a new ActionDescriptor for the configuration element.void
dispose()
Return all extended actions.void
readActionExtensions
(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.PluginActionBuilder
contribute, createContribution, getID, getTargetID, readContributions, readElement, setAllowIdeLogging
Methods inherited from class org.eclipse.ui.internal.registry.RegistryReader
getClassValue, getDescription, logError, logMissingAttribute, logMissingElement, logUnknownElement, orderExtensions, readElementChildren, readElements, readExtension, readRegistry
-
Field Details
-
TAG_CONTRIBUTION_TYPE
- See Also:
-
-
Constructor Details
-
ViewActionBuilder
public ViewActionBuilder()Basic constructor
-
-
Method Details
-
createActionDescriptor
Description copied from class:PluginActionBuilder
This factory method returns a new ActionDescriptor for the configuration element. It should be implemented by subclasses.- Specified by:
createActionDescriptor
in classPluginActionBuilder
-
getExtendedActions
Return all extended actions. -
readActionExtensions
Reads and apply all external contributions for this view's ID registered in 'viewActions' extension point. -
dispose
public void dispose()
-