Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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[] INavigatorActivationService. activateExtensions ( String[] extensionIds, boolean toDeactivateAllOthers)
          Activate the extensions specified by the extensionIds array.
  INavigatorContentDescriptor[] INavigatorContentService. bindExtensions ( String[] extensionIds, boolean isRoot)
          Bind the set of given extensions to this content service.
  INavigatorContentDescriptor[] INavigatorActivationService. deactivateExtensions ( String[] extensionIds, boolean toActivateAllOthers)
          Deactivate the extensions specified by the extensionIds.
  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[] 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).
 

Methods in org.eclipse.ui.navigator with parameters of type INavigatorContentDescriptor
  Map INavigatorSorterService. findAvailableSorters ( INavigatorContentDescriptor theSource)
          Find and return all viewer sorters associated with the given descriptor.
  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.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire