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.INavigatorContentService

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

Uses of INavigatorContentService in org.eclipse.ui.navigator
 

Methods in org.eclipse.ui.navigator that return INavigatorContentService
  INavigatorContentService NavigatorContentServiceFactory. createContentService ( String aViewerId)
          Returns an instance of INavigatorContentService configured for the given id.
  INavigatorContentService NavigatorContentServiceFactory. createContentService ( String aViewerId, StructuredViewer aViewer)
          Returns an instance of INavigatorContentService configured for the given id.
  INavigatorContentService CommonDragAdapterAssistant. getContentService ()
           
  INavigatorContentService ICommonActionExtensionSite. getContentService ()
           
protected   INavigatorContentService CommonDropAdapterAssistant. getContentService ()
           
  INavigatorContentService CommonViewer. getNavigatorContentService ()
           The INavigatorContentServiceprovides the hook into the framework to provide content from the various extensions.
  INavigatorContentService CommonNavigator. getNavigatorContentService ()
           
  INavigatorContentService ICommonContentExtensionSite. getService ()
           
 

Methods in org.eclipse.ui.navigator with parameters of type INavigatorContentService
 void CommonDropAdapterAssistant. init ( INavigatorContentService aContentService)
          Perform any necessary initialization using the INavigatorContentService.
 void CommonDragAdapterAssistant. setContentService ( INavigatorContentService aContentService)
          Accept and remember the content service this assistant is associated with.
 void CommonViewerSorter. setContentService ( INavigatorContentService aContentService)
          Create a sorter service attached to the given content service.
 

Constructors in org.eclipse.ui.navigator with parameters of type INavigatorContentService
CommonDragAdapter ( INavigatorContentService aContentService, ISelectionProvider aProvider)
          Create a DragAdapter that drives the configuration of the drag data.
CommonDropAdapter ( INavigatorContentService aContentService, StructuredViewer aStructuredViewer)
          Create a DropAdapter that handles a drop based on the given content service and selection provider.
NavigatorActionService ( ICommonViewerSite aCommonViewerSite, StructuredViewer aStructuredViewer, INavigatorContentService aContentService)
           
WizardActionGroup ( IWorkbenchWindow aWindow, IWizardRegistry aWizardRegistry, String aType, INavigatorContentService aContentService)
           
 


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