Eclipse Platform
2.1

Uses of Interface
org.eclipse.ui.IWorkbenchSite

Packages that use IWorkbenchSite
org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. 
org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. 
 

Uses of IWorkbenchSite in org.eclipse.ui
 

Subinterfaces of IWorkbenchSite in org.eclipse.ui
 interface IEditorSite
          The primary interface between an editor part and the outside world.
 interface IViewSite
          The primary interface between a view part and the outside world.
 interface IWorkbenchPartSite
          The primary interface between a workbench part and the outside world.
 

Methods in org.eclipse.ui with parameters of type IWorkbenchSite
 boolean INestableKeyBindingService.activateKeyBindingService(IWorkbenchSite nestedSite)
          Marks the service associated with nestedSite as active if one exists.
 IKeyBindingService INestableKeyBindingService.getKeyBindingService(IWorkbenchSite nestedSite)
          An accessor for the nested key binding service associated with a particular site.
 boolean INestableKeyBindingService.removeKeyBindingService(IWorkbenchSite nestedSite)
          Removes a nested key binding service from this key binding service.
 

Uses of IWorkbenchSite in org.eclipse.ui.part
 

Subinterfaces of IWorkbenchSite in org.eclipse.ui.part
 interface IPageSite
          The primary interface between a page and the outside world.
 

Classes in org.eclipse.ui.part that implement IWorkbenchSite
 class MultiPageEditorSite
          Site for a nested editor within a multi-page editor.
 class PageSite
          This implementation of IPageSite provides a site for a page within a PageBookView.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.