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
FieldsFields inherited from class org.eclipse.ui.internal.PluginActionBuilder
cache, currentContribution, targetContributionTag, targetID -
Constructor Summary
Constructors -
Method Summary
Modifier 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.PluginActionBuilder
contribute, createContribution, getID, getTargetID, readContributions, readElement, setAllowIdeLoggingMethods 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:PluginActionBuilderThis factory method returns a new ActionDescriptor for the configuration element. It should be implemented by subclasses.- Specified by:
createActionDescriptorin 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()
-