Eclipse Platform
2.0

Uses of Package
org.eclipse.ui.part

Packages that use org.eclipse.ui.part
org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points. 
org.eclipse.ui.editors.text Provides a standard text editor and a file-based document provider. 
org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. 
org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules. 
org.eclipse.ui.views.bookmarkexplorer Provides the standard Bookmarks view which displays bookmarks on resources. 
org.eclipse.ui.views.contentoutline Provides the standard Content Outline view which can show the active editor's custom outline for the document being edited. 
org.eclipse.ui.views.navigator Provides the standard Resource Navigator view which presents the tree of resources in the workspace. 
org.eclipse.ui.views.properties Provides the standard Property Sheet view which displays custom properties of the active workbench part's current selection. 
org.eclipse.ui.views.tasklist Provides the standard Task List view for displaying tasks and problem annotations on resources. 
 

Classes in org.eclipse.ui.part used by org.eclipse.debug.ui
PageBookView
          Abstract superclass of all multi-page workbench views.
ViewPart
          Abstract base implementation of all workbench views.
WorkbenchPart
          Abstract base implementation of all workbench parts.
 

Classes in org.eclipse.ui.part used by org.eclipse.ui.editors.text
EditorActionBarContributor
          Standard implementation of IEditorActionBarContributor.
EditorPart
          Abstract base implementation of all workbench editors.
WorkbenchPart
          Abstract base implementation of all workbench parts.
 

Classes in org.eclipse.ui.part used by org.eclipse.ui.part
EditorActionBarContributor
          Standard implementation of IEditorActionBarContributor.
EditorPart
          Abstract base implementation of all workbench editors.
IPage
          This interface has been replaced by IPageBookViewPage but is preserved for backward compatibility.
IPageBookViewPage
          Interface for a page in a pagebook view.
IPageSite
          The primary interface between a page and the outside world.
Page
          Abstract base superclass for pages in a pagebook view.
ViewPart
          Abstract base implementation of all workbench views.
WorkbenchPart
          Abstract base implementation of all workbench parts.
 

Classes in org.eclipse.ui.part used by org.eclipse.ui.texteditor
EditorActionBarContributor
          Standard implementation of IEditorActionBarContributor.
EditorPart
          Abstract base implementation of all workbench editors.
WorkbenchPart
          Abstract base implementation of all workbench parts.
 

Classes in org.eclipse.ui.part used by org.eclipse.ui.views.bookmarkexplorer
ViewPart
          Abstract base implementation of all workbench views.
WorkbenchPart
          Abstract base implementation of all workbench parts.
 

Classes in org.eclipse.ui.part used by org.eclipse.ui.views.contentoutline
IPage
          This interface has been replaced by IPageBookViewPage but is preserved for backward compatibility.
IPageBookViewPage
          Interface for a page in a pagebook view.
Page
          Abstract base superclass for pages in a pagebook view.
PageBookView
          Abstract superclass of all multi-page workbench views.
ViewPart
          Abstract base implementation of all workbench views.
WorkbenchPart
          Abstract base implementation of all workbench parts.
 

Classes in org.eclipse.ui.part used by org.eclipse.ui.views.navigator
ISetSelectionTarget
          Interface for views which support reveal and select.
PluginDropAdapter
          Adapter for adding handling of the PluginTransfer drag and drop transfer type to a drop action.
ViewPart
          Abstract base implementation of all workbench views.
WorkbenchPart
          Abstract base implementation of all workbench parts.
 

Classes in org.eclipse.ui.part used by org.eclipse.ui.views.properties
IPage
          This interface has been replaced by IPageBookViewPage but is preserved for backward compatibility.
IPageBookViewPage
          Interface for a page in a pagebook view.
Page
          Abstract base superclass for pages in a pagebook view.
PageBookView
          Abstract superclass of all multi-page workbench views.
ViewPart
          Abstract base implementation of all workbench views.
WorkbenchPart
          Abstract base implementation of all workbench parts.
 

Classes in org.eclipse.ui.part used by org.eclipse.ui.views.tasklist
ViewPart
          Abstract base implementation of all workbench views.
WorkbenchPart
          Abstract base implementation of all workbench parts.
 


Eclipse Platform
2.0

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