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

Packages that use IWorkbenchPartSite
org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points. 
org.eclipse.debug.ui.memory Provides classes and interfaces to render memory blocks in the memory view. 
org.eclipse.team.ui Provides basic support for managing Team providers. 
org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. 
org.eclipse.ui.commands Provides support for retrieving information on Commands from the workbench. 
org.eclipse.ui.contexts Provides support for integrating contexts into the Eclipse workbench. 
org.eclipse.ui.navigator Provides the Common Navigator framework. 
org.eclipse.ui.operations Classes that provide the basic workbench UI support for undo and redo of operations. 
org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. 
org.eclipse.ui.progress Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. 
 

Uses of IWorkbenchPartSite in org.eclipse.debug.ui
 

Methods in org.eclipse.debug.ui with parameters of type IWorkbenchPartSite
 void IDetailPane. init ( IWorkbenchPartSite partSite)
          Initializes this detail pane for the given workbench part site.
 

Uses of IWorkbenchPartSite in org.eclipse.debug.ui.memory
 

Methods in org.eclipse.debug.ui.memory that return IWorkbenchPartSite
  IWorkbenchPartSite IMemoryRenderingSite. getSite ()
          Returns the workbench part site hosting memory renderings for this rendering site.
 

Uses of IWorkbenchPartSite in org.eclipse.team.ui
 

Methods in org.eclipse.team.ui that return IWorkbenchPartSite
  IWorkbenchPartSite SaveablePartAdapter. getSite ()
          Deprecated.  
 

Uses of IWorkbenchPartSite in org.eclipse.ui
 

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

Methods in org.eclipse.ui that return IWorkbenchPartSite
  IWorkbenchPartSite IWorkbenchPart. getSite ()
          Returns the site for this workbench part.
 

Constructors in org.eclipse.ui with parameters of type IWorkbenchPartSite
LegacyHandlerSubmissionExpression ( String activePartId, Shell activeShell, IWorkbenchPartSite activeSite)
          Constructs a new instance of LegacyHandlerSubmissionExpression
 

Uses of IWorkbenchPartSite in org.eclipse.ui.commands
 

Methods in org.eclipse.ui.commands that return IWorkbenchPartSite
  IWorkbenchPartSite HandlerSubmission. getActiveWorkbenchPartSite ()
          Deprecated. Returns the workbench part site of the part that must be active for this request to be considered.
 

Constructors in org.eclipse.ui.commands with parameters of type IWorkbenchPartSite
HandlerSubmission ( String activePartId, Shell activeShell, IWorkbenchPartSite activeWorkbenchPartSite, String commandId, IHandler handler, Priority priority)
          Deprecated. Creates a new instance of this class.
 

Uses of IWorkbenchPartSite in org.eclipse.ui.contexts
 

Methods in org.eclipse.ui.contexts that return IWorkbenchPartSite
  IWorkbenchPartSite EnabledSubmission. getActiveWorkbenchPartSite ()
          Deprecated. Returns the workbench part site of the part that must be active for this request to be considered.
 

Constructors in org.eclipse.ui.contexts with parameters of type IWorkbenchPartSite
EnabledSubmission ( String activePartId, Shell activeShell, IWorkbenchPartSite activeWorkbenchPartSite, String contextId)
          Deprecated. Creates a new instance of this class.
 

Uses of IWorkbenchPartSite in org.eclipse.ui.navigator
 

Methods in org.eclipse.ui.navigator that return IWorkbenchPartSite
  IWorkbenchPartSite ICommonViewerWorkbenchSite. getSite ()
           
 

Uses of IWorkbenchPartSite in org.eclipse.ui.operations
 

Constructors in org.eclipse.ui.operations with parameters of type IWorkbenchPartSite
RedoActionHandler ( IWorkbenchPartSite site, IUndoContext context)
          Construct an action handler that handles the labelling and enabling of the redo action for the specified undo context.
UndoActionHandler ( IWorkbenchPartSite site, IUndoContext context)
          Construct an action handler that handles the labelling and enabling of the undo action for the specified undo context.
UndoRedoActionGroup ( IWorkbenchPartSite site, IUndoContext undoContext, boolean pruneHistory)
          Construct an undo redo action group for the specified workbench part site, using the specified undo context.
 

Uses of IWorkbenchPartSite in org.eclipse.ui.part
 

Classes in org.eclipse.ui.part that implement IWorkbenchPartSite
 class MultiPageEditorSite
          Site for a nested editor within a multi-page editor.
 

Methods in org.eclipse.ui.part that return IWorkbenchPartSite
  IWorkbenchPartSite WorkbenchPart. getSite ()
           
 

Methods in org.eclipse.ui.part with parameters of type IWorkbenchPartSite
protected  void ViewPart. checkSite ( IWorkbenchPartSite site)
          Checks that the given site is valid for this type of part.
protected  void WorkbenchPart. checkSite ( IWorkbenchPartSite site)
          Checks that the given site is valid for this type of part.
protected  void EditorPart. checkSite ( IWorkbenchPartSite site)
          Checks that the given site is valid for this type of part.
protected  void WorkbenchPart. setSite ( IWorkbenchPartSite site)
          Sets the part site.
 

Uses of IWorkbenchPartSite in org.eclipse.ui.progress
 

Constructors in org.eclipse.ui.progress with parameters of type IWorkbenchPartSite
DeferredTreeContentManager ( AbstractTreeViewer viewer, IWorkbenchPartSite site)
          Create a new instance of the receiver using the supplied content provider and viewer.
DeferredTreeContentManager ( ITreeContentProvider provider, AbstractTreeViewer viewer, IWorkbenchPartSite site)
          Deprecated. in 3.4. provider is not used by this class
 


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