Eclipse Platform
Release 3.3

Uses of Interface
org.eclipse.ui.navigator.INavigatorContentDescriptor

Packages that use INavigatorContentDescriptor
org.eclipse.ui.navigator Provides the Common Navigator framework.  
 

Uses of INavigatorContentDescriptor in org.eclipse.ui.navigator
 

Methods in org.eclipse.ui.navigator that return INavigatorContentDescriptor
 INavigatorContentDescriptor[] 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 through INavigatorContentService.bindExtensions(String[], boolean).
 INavigatorContentDescriptor[] INavigatorContentService.bindExtensions(String[] extensionIds, boolean isRoot)
          Bind the set of given extensions to this content service.
 INavigatorContentDescriptor INavigatorContentService.getContentDescriptorById(String anExtensionId)
          Return the content extension for the given id.
 INavigatorContentDescriptor INavigatorContentExtension.getDescriptor()
          There is one descriptor for all instances of a INavigatorContentExtension.
 INavigatorContentDescriptor INavigatorContentDescriptor.getOverriddenDescriptor()
           
 INavigatorContentDescriptor[] INavigatorActivationService.activateExtensions(String[] extensionIds, boolean toDeactivateAllOthers)
          Activate the extensions specified by the extensionIds array.
 INavigatorContentDescriptor[] INavigatorActivationService.deactivateExtensions(String[] extensionIds, boolean toActivateAllOthers)
          Deactivate the extensions specified by the extensionIds.
 

Methods in org.eclipse.ui.navigator with parameters of type INavigatorContentDescriptor
 ViewerSorter INavigatorSorterService.findSorter(INavigatorContentDescriptor source, Object parent, Object lvalue, Object rvalue)
          Return a ViewerSorter from an extension which is visible to the associated INavigatorContentService and whose parentExpression matches the given parent.
 Map INavigatorSorterService.findAvailableSorters(INavigatorContentDescriptor theSource)
          Find and return all viewer sorters associated with the given descriptor.
 


Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.