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 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.debug.ui.sourcelookup Provides a user interface for debug platform source lookup facilities. 
org.eclipse.search.ui Classes and interface required to contribute search dialog pages and search result view pages. 
org.eclipse.search.ui.text Provides the base classes to implement a search result view part for searches with textual matches. 
org.eclipse.team.ui Provides basic support for managing Team providers. 
org.eclipse.team.ui.history Application programming interfaces for working with history Package Specification This package specifies the API for providing history pages to the history view. 
org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View. 
org.eclipse.ui.console Application programming interfaces for interaction with the Eclipse console. 
org.eclipse.ui.editors.text Provides a standard text editor and concrete document providers based IFileBuffer and others directly handling IFile and IStorage as editor input. 
org.eclipse.ui.forms.editor Support for forms-based multi-page editors. 
org.eclipse.ui.internal.views.markers   
org.eclipse.ui.intro.config Provides support for customizing welcome content and presentation. 
org.eclipse.ui.navigator Provides the Common Navigator framework. 
org.eclipse.ui.navigator.resources Provides reusable components for clients that need to expand on the capabilities provided by the reference Common Navigator Resources extension. 
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.texteditor.templates Application programming interfaces for interaction with the Eclipse text editor template support. 
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.markers Utility classes for working with markers in views
  
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.properties.tabbed Provides the Tabbed Properties framework. 
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
IPage
          This interface has been replaced by IPageBookViewPage but is preserved for backward compatibility.
IWorkbenchPartOrientation
          The IWorkbenchPartOrientation is the interface that defines the orientation of the part.
MessagePage
          A message page display a message in a pagebook view.
PageBook
          A pagebook is a composite control where only a single control is visible at a time.
PageBookView
          Abstract superclass of all multi-page workbench views.
PageBookView.PageRec
          A data structure used to store the information about a single page within 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.debug.ui.sourcelookup
EditorPart
          Abstract base implementation of all workbench editors.
IWorkbenchPartOrientation
          The IWorkbenchPartOrientation is the interface that defines the orientation of the part.
WorkbenchPart
          Abstract base implementation of all workbench parts.
 

Classes in org.eclipse.ui.part used by org.eclipse.search.ui
IPage
          This interface has been replaced by IPageBookViewPage but is preserved for backward compatibility.
IPageBookViewPage
          Interface for a page in a pagebook view.
 

Classes in org.eclipse.ui.part used by org.eclipse.search.ui.text
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.
 

Classes in org.eclipse.ui.part used by org.eclipse.team.ui
IPage
          This interface has been replaced by IPageBookViewPage but is preserved for backward compatibility.
 

Classes in org.eclipse.ui.part used by org.eclipse.team.ui.history
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.
 

Classes in org.eclipse.ui.part used by org.eclipse.team.ui.synchronize
IPage
          This interface has been replaced by IPageBookViewPage but is preserved for backward compatibility.
IPageBookViewPage
          Interface for a page in a pagebook view.
 

Classes in org.eclipse.ui.part used by org.eclipse.ui.console
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.
 

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.
FileEditorInput
          Adapter for making a file resource a suitable input for an editor.
IWorkbenchPartOrientation
          The IWorkbenchPartOrientation is the interface that defines the orientation of the part.
WorkbenchPart
          Abstract base implementation of all workbench parts.
 

Classes in org.eclipse.ui.part used by org.eclipse.ui.forms.editor
EditorPart
          Abstract base implementation of all workbench editors.
IWorkbenchPartOrientation
          The IWorkbenchPartOrientation is the interface that defines the orientation of the part.
MultiPageEditorPart
          A multi-page editor is an editor with multiple pages, each of which may contain an editor or an arbitrary SWT control.
WorkbenchPart
          Abstract base implementation of all workbench parts.
 

Classes in org.eclipse.ui.part used by org.eclipse.ui.internal.views.markers
IWorkbenchPartOrientation
          The IWorkbenchPartOrientation is the interface that defines the orientation of the part.
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.intro.config
IntroPart
          Abstract base implementation of an intro part.
 

Classes in org.eclipse.ui.part used by org.eclipse.ui.navigator
IPageSite
          The primary interface between a page and the outside world.
ISetSelectionTarget
          Interface for views which support reveal and select.
IShowInTarget
          This interface must be provided by Show In targets (parts listed in the Show In prompter).
IWorkbenchPartOrientation
          The IWorkbenchPartOrientation is the interface that defines the orientation of the part.
PluginDropAdapter
          Adapter for adding handling of the PluginTransfer drag and drop transfer type to a drop action.
ShowInContext
          Carries the context for the Show In 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.navigator.resources
ISetSelectionTarget
          Interface for views which support reveal and select.
IShowInTarget
          This interface must be provided by Show In targets (parts listed in the Show In prompter).
IWorkbenchPartOrientation
          The IWorkbenchPartOrientation is the interface that defines the orientation of the part.
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.part
AbstractMultiEditor
          A AbstractMultiEditor is a composite of editors.
EditorActionBarContributor
          Standard implementation of IEditorActionBarContributor.
EditorInputTransfer
          The EditorInputTransfer class is used to transfer an IEditorInput and corresponding editorId from one part to another in a drag and drop operation.
EditorInputTransfer.EditorInputData
           
EditorPart
          Abstract base implementation of all workbench editors.
FileEditorInput
          Adapter for making a file resource a suitable input for an editor.
IDropActionDelegate
          Interface for actions supplied by extensions to the org.eclipse.ui.dropActions extension point.
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.
IWorkbenchPartOrientation
          The IWorkbenchPartOrientation is the interface that defines the orientation of the part.
MarkerTransfer
          A MarkerTransfer is used to transfer an array of IMarkers from one part to another in a drag and drop operation.
MultiEditor.Gradient
          The colors used to draw the title bar of the inner editors
MultiEditorInput
          Implements an input for a AbstractMultiEditor.
MultiPageEditorPart
          A multi-page editor is an editor with multiple pages, each of which may contain an editor or an arbitrary SWT control.
Page
          Abstract base superclass for pages in a pagebook view.
PageBook
          A pagebook is a composite control where only a single control is visible at a time.
PageBookView.PageRec
          A data structure used to store the information about a single page within a pagebook view.
PageBookView.SelectionProvider
          A selection provider/listener for this view.
PageSite
          This implementation of IPageSite provides a site for a page within a PageBookView.
PluginTransfer
          This class can be used to transfer an instance of PluginTransferData between two parts in a workbench in a drag and drop operation.
PluginTransferData
          Record for transferring data during a drag and drop operation between different plug-ins.
ResourceTransfer
          The ResourceTransfer class is used to transfer an array of IResourcess from one part to another in a drag and drop operation or a cut, copy, paste action.
ShowInContext
          Carries the context for the Show In 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.texteditor
EditorActionBarContributor
          Standard implementation of IEditorActionBarContributor.
EditorPart
          Abstract base implementation of all workbench editors.
IWorkbenchPartOrientation
          The IWorkbenchPartOrientation is the interface that defines the orientation of the part.
WorkbenchPart
          Abstract base implementation of all workbench parts.
 

Classes in org.eclipse.ui.part used by org.eclipse.ui.texteditor.templates
IPage
          This interface has been replaced by IPageBookViewPage but is preserved for backward compatibility.
IPageBookViewPage
          Interface for a page in a pagebook view.
IWorkbenchPartOrientation
          The IWorkbenchPartOrientation is the interface that defines the orientation of the part.
Page
          Abstract base superclass for pages in a pagebook view.
PageBook
          A pagebook is a composite control where only a single control is visible at a time.
PageBookView
          Abstract superclass of all multi-page workbench views.
PageBookView.PageRec
          A data structure used to store the information about a single page within 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.views.bookmarkexplorer
IWorkbenchPartOrientation
          The IWorkbenchPartOrientation is the interface that defines the orientation of the part.
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.
IPageSite
          The primary interface between a page and the outside world.
IWorkbenchPartOrientation
          The IWorkbenchPartOrientation is the interface that defines the orientation of the part.
Page
          Abstract base superclass for pages in a pagebook view.
PageBook
          A pagebook is a composite control where only a single control is visible at a time.
PageBookView
          Abstract superclass of all multi-page workbench views.
PageBookView.PageRec
          A data structure used to store the information about a single page within 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.views.markers
IWorkbenchPartOrientation
          The IWorkbenchPartOrientation is the interface that defines the orientation of the part.
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.
IShowInSource
          Parts which need to provide a particular context to a Show In...
IShowInTarget
          This interface must be provided by Show In targets (parts listed in the Show In prompter).
IWorkbenchPartOrientation
          The IWorkbenchPartOrientation is the interface that defines the orientation of the part.
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.
IShowInSource
          Parts which need to provide a particular context to a Show In...
IShowInTarget
          This interface must be provided by Show In targets (parts listed in the Show In prompter).
IWorkbenchPartOrientation
          The IWorkbenchPartOrientation is the interface that defines the orientation of the part.
Page
          Abstract base superclass for pages in a pagebook view.
PageBook
          A pagebook is a composite control where only a single control is visible at a time.
PageBookView
          Abstract superclass of all multi-page workbench views.
PageBookView.PageRec
          A data structure used to store the information about a single page within a pagebook view.
ShowInContext
          Carries the context for the Show In 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.tabbed
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.
 

Classes in org.eclipse.ui.part used by org.eclipse.ui.views.tasklist
IWorkbenchPartOrientation
          The IWorkbenchPartOrientation is the interface that defines the orientation of the part.
ViewPart
          Abstract base implementation of all workbench views.
WorkbenchPart
          Abstract base implementation of all workbench parts.
 


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