Uses of Interface
org.eclipse.ui.internal.IObjectContributor
Packages that use IObjectContributor
-
Uses of IObjectContributor in org.eclipse.ui.internal
Subinterfaces of IObjectContributor in org.eclipse.ui.internalModifier and TypeInterfaceDescriptioninterface
This interface must be implemented in order to contribute to context (pop-up) menu for an object.Classes in org.eclipse.ui.internal that implement IObjectContributorModifier and TypeClassDescriptionclass
This class describes the object contribution element within the popup menu action registry.Methods in org.eclipse.ui.internal with parameters of type IObjectContributorModifier and TypeMethodDescriptionboolean
ObjectContributorManager.isApplicableTo
(List list, IObjectContributor contributor) Return whether the given contributor is applicable to all elements in the list.boolean
ObjectContributorManager.isApplicableTo
(IStructuredSelection selection, IObjectContributor contributor) Return whether the given contributor is applicable to all elements in the selection.void
ObjectContributorManager.registerContributor
(IObjectContributor contributor, String targetType) Register a contributor.void
ObjectContributorManager.unregisterContributor
(IObjectContributor contributor, String targetType) Unregister a contributor from the target type.