Eclipse Platform
2.0

Uses of Package
org.eclipse.ui

Packages that use org.eclipse.ui
org.eclipse.compare Provides support for performing structural and textual compare operations on arbitrary data and displaying the results. 
org.eclipse.debug.internal.ui.actions   
org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points. 
org.eclipse.debug.ui.actions

Provides a set of actions related to running and debugging applications. 

org.eclipse.help.ui.browser Provides interfaces that need to be implemented by web browser adapters.  Also contains an implementation of IWorkbenchWindowActionDelegate for opening a URL in a browser. 
org.eclipse.search.ui Provides classes and interfaces for search pages. 
org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. 
org.eclipse.ui.actions Classes for actions and operations used in a workbench window, page, or part in the Eclipse Platform User Interface. 
org.eclipse.ui.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface. 
org.eclipse.ui.editors.text Provides a standard text editor and a file-based document provider. 
org.eclipse.ui.internal   
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. 
org.eclipse.ui.wizards.datatransfer Provides the standard Import and Export wizards for moving resources into and out of the workspace. 
org.eclipse.ui.wizards.newresource Provides the standard wizards for creating files, folders, and projects in the workspace. 
 

Classes in org.eclipse.ui used by org.eclipse.compare
IEditorInput
          IEditorInput is a light weight descriptor of editor input, like a file name but more abstract.
 

Classes in org.eclipse.ui used by org.eclipse.debug.internal.ui.actions
IActionDelegateWithEvent
          This interface is a mixin interface for action delegates, adding the ability to examine the triggering SWT event when it is run.
 

Classes in org.eclipse.ui used by org.eclipse.debug.ui
IPartListener
          Interface for listening to part lifecycle events.
IViewPart
          A view is a visual component within a workbench page.
IWorkbenchPart
          A workbench part is a visual component within a workbench page.
PartInitException
          A checked exception indicating a workbench part cannot be initialized correctly.
 

Classes in org.eclipse.ui used by org.eclipse.debug.ui.actions
IActionDelegateWithEvent
          This interface is a mixin interface for action delegates, adding the ability to examine the triggering SWT event when it is run.
 

Classes in org.eclipse.ui used by org.eclipse.help.ui.browser
IActionDelegate
          Interface for actions contributed via an extension point.
IWorkbenchWindowActionDelegate
          Interface for an action that is contributed into the workbench window menu or tool bar.
 

Classes in org.eclipse.ui used by org.eclipse.search.ui
IViewPart
          A view is a visual component within a workbench page.
IWorkbenchPart
          A workbench part is a visual component within a workbench page.
 

Classes in org.eclipse.ui used by org.eclipse.ui
IActionDelegate
          Interface for actions contributed via an extension point.
IActionFilter
          An adapter which performs action filtering.
ICapabilityInstallWizard
          Interface for project capability install wizard.
IEditorInput
          IEditorInput is a light weight descriptor of editor input, like a file name but more abstract.
IEditorPart
          An editor is a visual component within a workbench page.
IMemento
          Interface to a memento used for saving the important state of an object in a form that can be persisted in the file system.
IPageService
          A page service tracks the page and perspective lifecycle events within a workbench window.
IPartService
          A part service tracks the creation and activation of parts within a workbench page.
IPlaceholderFolderLayout
          An IPlaceholderFolderLayout is used to define the initial places for page placeholders within a folder placeholder.
IResourceActionFilter
          Describes the public attributes for a resource and the acceptables values each may have.
ISelectionService
          A selection service tracks the selection within an object.
IStorageEditorInput
          Interface for a IStorage input to an editor.
IWorkbenchPart
          A workbench part is a visual component within a workbench page.
IWorkbenchPartDescriptor
          Description of a workbench part.
IWorkbenchPartReference
          Implements a reference to a IWorkbenchPart.
IWorkbenchPartSite
          The primary interface between a workbench part and the outside world.
IWorkbenchSite
          The common interface between the workbench and its parts, including pages within parts.
IWorkbenchWindowActionDelegate
          Interface for an action that is contributed into the workbench window menu or tool bar.
IWorkbenchWindowPulldownDelegate
          Interface for a pulldown action that is contributed into the workbench window tool bar.
IWorkbenchWizard
          Implementors represent creation wizards that are to be contributed to the workbench's creation wizard extension point.
PartInitException
          A checked exception indicating a workbench part cannot be initialized correctly.
WorkbenchException
          A checked exception indicating a recoverable error occured internal to the workbench.
 

Classes in org.eclipse.ui used by org.eclipse.ui.actions
IActionDelegate
          Interface for actions contributed via an extension point.
IPageListener
          Interface for listening to page lifecycle events.
IPartListener
          Interface for listening to part lifecycle events.
 

Classes in org.eclipse.ui used by org.eclipse.ui.dialogs
IWorkbenchPropertyPage
          Interface for workbench property pages.
 

Classes in org.eclipse.ui used by org.eclipse.ui.editors.text
IEditorActionBarContributor
          A editor action bar contributor defines the actions for one or more editors.
IEditorPart
          An editor is a visual component within a workbench page.
IReusableEditor
          Interface for reusable editors.
IWorkbenchPart
          A workbench part is a visual component within a workbench page.
IWorkbenchPreferencePage
          Interface for workbench preference pages.
 

Classes in org.eclipse.ui used by org.eclipse.ui.internal
IPageListener
          Interface for listening to page lifecycle events.
 

Classes in org.eclipse.ui used by org.eclipse.ui.part
IEditorActionBarContributor
          A editor action bar contributor defines the actions for one or more editors.
IEditorInput
          IEditorInput is a light weight descriptor of editor input, like a file name but more abstract.
IEditorPart
          An editor is a visual component within a workbench page.
IEditorSite
          The primary interface between an editor part and the outside world.
IElementFactory
          A factory for re-creating objects from a previously saved memento.
IFileEditorInput
          This interface defines a file-oriented input to an editor.
IPartListener
          Interface for listening to part lifecycle events.
IPersistableElement
          Interface for asking an object to store its state in a memento.
IStorageEditorInput
          Interface for a IStorage input to an editor.
IViewPart
          A view is a visual component within a workbench page.
IWorkbenchPart
          A workbench part is a visual component within a workbench page.
IWorkbenchPartSite
          The primary interface between a workbench part and the outside world.
IWorkbenchSite
          The common interface between the workbench and its parts, including pages within parts.
PartInitException
          A checked exception indicating a workbench part cannot be initialized correctly.
 

Classes in org.eclipse.ui used by org.eclipse.ui.texteditor
IActionDelegate
          Interface for actions contributed via an extension point.
IEditorActionBarContributor
          A editor action bar contributor defines the actions for one or more editors.
IEditorActionDelegate
          Interface for an action that is contributed into an editor-activated menu or tool bar.
IEditorPart
          An editor is a visual component within a workbench page.
IReusableEditor
          Interface for reusable editors.
IWorkbenchActionConstants
          Action ids for standard actions, groups in the workbench menu bar, and global actions.
IWorkbenchPart
          A workbench part is a visual component within a workbench page.
PartInitException
          A checked exception indicating a workbench part cannot be initialized correctly.
 

Classes in org.eclipse.ui used by org.eclipse.ui.views.bookmarkexplorer
IViewPart
          A view is a visual component within a workbench page.
IWorkbenchPart
          A workbench part is a visual component within a workbench page.
PartInitException
          A checked exception indicating a workbench part cannot be initialized correctly.
 

Classes in org.eclipse.ui used by org.eclipse.ui.views.contentoutline
IPartListener
          Interface for listening to part lifecycle events.
IViewPart
          A view is a visual component within a workbench page.
IWorkbenchPart
          A workbench part is a visual component within a workbench page.
 

Classes in org.eclipse.ui used by org.eclipse.ui.views.navigator
IViewPart
          A view is a visual component within a workbench page.
IWorkbenchPart
          A workbench part is a visual component within a workbench page.
PartInitException
          A checked exception indicating a workbench part cannot be initialized correctly.
 

Classes in org.eclipse.ui used by org.eclipse.ui.views.properties
IPartListener
          Interface for listening to part lifecycle events.
ISelectionListener
          Interface for listening to selection changes.
IViewPart
          A view is a visual component within a workbench page.
IWorkbenchPart
          A workbench part is a visual component within a workbench page.
PartInitException
          A checked exception indicating a workbench part cannot be initialized correctly.
 

Classes in org.eclipse.ui used by org.eclipse.ui.views.tasklist
IViewPart
          A view is a visual component within a workbench page.
IWorkbenchPart
          A workbench part is a visual component within a workbench page.
PartInitException
          A checked exception indicating a workbench part cannot be initialized correctly.
 

Classes in org.eclipse.ui used by org.eclipse.ui.wizards.datatransfer
IExportWizard
          Interface for export wizards.
IImportWizard
          Interface for import wizards.
IWorkbenchWizard
          Implementors represent creation wizards that are to be contributed to the workbench's creation wizard extension point.
 

Classes in org.eclipse.ui used by org.eclipse.ui.wizards.newresource
INewWizard
          Interface for creation wizards.
IWorkbenchWizard
          Implementors represent creation wizards that are to be contributed to the workbench's creation wizard extension point.
 


Eclipse Platform
2.0

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