Uses of Interface
org.eclipse.ui.navigator.INavigatorContentDescriptor
Packages that use INavigatorContentDescriptor
-
Uses of INavigatorContentDescriptor in org.eclipse.ui.navigator
Methods in org.eclipse.ui.navigator that return INavigatorContentDescriptorModifier and TypeMethodDescriptionINavigatorActivationService.activateExtensions
(String[] extensionIds, boolean toDeactivateAllOthers) Activate the extensions specified by the extensionIds array.INavigatorContentService.bindExtensions
(String[] extensionIds, boolean isRoot) Bind the set of given extensions to this content service.INavigatorActivationService.deactivateExtensions
(String[] extensionIds, boolean toActivateAllOthers) Deactivate the extensions specified by the extensionIds.INavigatorContentService.getContentDescriptorById
(String anExtensionId) Return the content extension for the given id.INavigatorContentExtension.getDescriptor()
There is one descriptor for all instances of a INavigatorContentExtension.INavigatorContentDescriptor.getOverriddenDescriptor()
INavigatorContentService.getVisibleExtensions()
Return the set of visible content descriptors for this content service, which includes those that are bound through viewerContentBindings and those that are bound throughINavigatorContentService.bindExtensions(String[], boolean)
.Methods in org.eclipse.ui.navigator with parameters of type INavigatorContentDescriptorModifier and TypeMethodDescriptionINavigatorSorterService.findAvailableSorters
(INavigatorContentDescriptor theSource) Find and return all viewer sorters associated with the given descriptor.INavigatorSorterService.findComparator
(INavigatorContentDescriptor source, Object parent, Object lvalue, Object rvalue) Return aViewerComparator
from an extension which is visible to the associatedINavigatorContentService
and whose parentExpression matches the given parent.INavigatorSorterService.findSorter
(INavigatorContentDescriptor source, Object parent, Object lvalue, Object rvalue) Deprecated, for removal: This API element is subject to removal in a future version.
INavigatorSorterService.findComparator(INavigatorContentDescriptor, Object, Object, Object)
instead.