Package org.eclipse.ui.internal
Class ObjectActionContributorReader
java.lang.Object
org.eclipse.ui.internal.registry.RegistryReader
org.eclipse.ui.internal.ObjectActionContributorReader
public class ObjectActionContributorReader
extends org.eclipse.ui.internal.registry.RegistryReader
This reader loads the popup menu manager with all the popup menu contributors
 found in the workbench registry.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidCreates popup menu contributor from this element.protected booleanreadElement(IConfigurationElement element) Implements abstract method to handle configuration elements.voidReads the registry and registers popup menu contributors found there.voidSet the manager to read into.Methods inherited from class org.eclipse.ui.internal.registry.RegistryReadergetClassValue, getDescription, logError, logMissingAttribute, logMissingElement, logUnknownElement, orderExtensions, readElementChildren, readElements, readExtension, readRegistry
- 
Constructor Details- 
ObjectActionContributorReaderpublic ObjectActionContributorReader()
 
- 
- 
Method Details- 
processObjectContributionCreates popup menu contributor from this element.
- 
readElementImplements abstract method to handle configuration elements.- Specified by:
- readElementin class- org.eclipse.ui.internal.registry.RegistryReader
- Returns:
- true if element was recognized, false if not.
 
- 
readPopupContributorsReads the registry and registers popup menu contributors found there.- Parameters:
- mng- the manager to read into
 
- 
setManagerSet the manager to read into.- Parameters:
- mng- the manager
 
 
-