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 TypeInterfaceDescriptioninterfaceThis 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 TypeClassDescriptionclassThis class describes the object contribution element within the popup menu action registry.Methods in org.eclipse.ui.internal with parameters of type IObjectContributorModifier and TypeMethodDescriptionbooleanObjectContributorManager.isApplicableTo(List list, IObjectContributor contributor) Return whether the given contributor is applicable to all elements in the list.booleanObjectContributorManager.isApplicableTo(IStructuredSelection selection, IObjectContributor contributor) Return whether the given contributor is applicable to all elements in the selection.voidObjectContributorManager.registerContributor(IObjectContributor contributor, String targetType) Register a contributor.voidObjectContributorManager.unregisterContributor(IObjectContributor contributor, String targetType) Unregister a contributor from the target type.