Overview

 
Package  Class  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 PREV   NEXT FRAMES    NO FRAMES  


 

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 an implementation of IWorkbenchWindowActionDelegate for opening a URL in a browser.  
org.eclipse.search.ui Provides classes and interfaces to run search queries and manage their results.  
org.eclipse.search.ui.text Provides the interface for a default search result page for textual searches.  
org.eclipse.team.ui Provides basic support for managing Team providers.  
org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View. 
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.activities Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.  
org.eclipse.ui.application Application-level APIs for configuring and controling the Eclipse Platform User Interface.  
org.eclipse.ui.commands   
org.eclipse.ui.console Application programming interfaces for interaction with the Eclipse console. 
org.eclipse.ui.contexts   
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 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.help Classes for integration with the help support system in the Eclipse Platform User Interface.  
org.eclipse.ui.ide APIs for the IDE-specific portion of the Eclipse Platform User Interface.  
org.eclipse.ui.intro Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.  
org.eclipse.ui.intro.config   
org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface.  
org.eclipse.ui.plugin Class hierarchies for plug-ins that integrate with the Eclipse Platform UI.  
org.eclipse.ui.presentations   
org.eclipse.ui.progress Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.  
org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules.  
org.eclipse.ui.texteditor.quickdiff Provides interfaces to for the org.eclipse.ui.editors.quickDiffReferenceProvider extension point and adds an action to enable quick diff display for an editor. 
org.eclipse.ui.texteditor.templates Application programming interfaces for interaction with the Eclipse Java User Interface text 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.framelist Provides support for a web-browser style of navigation within a view by maintaining a list of frames.  
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.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.
IPersistableElement
          Interface for asking an object to store its state in a memento.
IReusableEditor
          Interface for reusable editors.
IWorkbenchPage
          A workbench page consists of an arrangement of views and editors intended to be presented together to the user in a single workbench window.
 

Classes in org.eclipse.ui used by org.eclipse.debug.internal.ui.actions
IActionDelegate
          Interface for actions contributed via an extension point.
IActionDelegate2
          Interface extension to IActionDelegate adding lifecycle methods.
IObjectActionDelegate
          Interface for an object action that is contributed into a popup menu for a view or editor.
 

Classes in org.eclipse.ui used by org.eclipse.debug.ui
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.
IPartListener
          Interface for listening to part lifecycle events.
IViewPart
          A view is a visual component within a workbench page.
IViewSite
          The primary interface between a view part and the workbench.
IWorkbenchPart
          A workbench part is a visual component within a workbench page.
IWorkbenchPart2
          Extends IWorkbenchPart, adding the name and status text properties.
IWorkingSet
          A working set holds a number of IAdaptable elements.
PartInitException
          A checked exception indicating a workbench part cannot be initialized correctly.
 

Classes in org.eclipse.ui used by org.eclipse.debug.ui.actions
IActionDelegate
          Interface for actions contributed via an extension point.
IActionDelegate2
          Interface extension to IActionDelegate adding lifecycle methods.
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.
IObjectActionDelegate
          Interface for an object action that is contributed into a popup menu for a view or editor.
IWorkbenchPart
          A workbench part is a visual component within a workbench page.
IWorkbenchWindow
          A workbench window is a top level window in a workbench.
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.
IWorkbenchWindowPulldownDelegate2
          Extension of IWorkbenchWindowPulldownDelegate that allows the delegate dropdown menu to be a child of a Menu item.
 

Classes in org.eclipse.ui used by org.eclipse.help.ui.browser
IActionDelegate
          Interface for actions contributed via an extension point.
IWorkbenchWindow
          A workbench window is a top level window in a workbench.
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
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.
IViewPart
          A view is a visual component within a workbench page.
IWorkbenchPart
          A workbench part is a visual component within a workbench page.
IWorkbenchWindow
          A workbench window is a top level window in a workbench.
IWorkingSet
          A working set holds a number of IAdaptable elements.
 

Classes in org.eclipse.ui used by org.eclipse.search.ui.text
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.
PartInitException
          A checked exception indicating a workbench part cannot be initialized correctly.
 

Classes in org.eclipse.ui used by org.eclipse.team.ui
IPropertyListener
          Interface for listening for property changes on an object.
ISaveablePart
          Workbench parts implement or adapt to this interface to participate in the enablement and execution of the Save and Save As actions.
IWorkbench
          A workbench is the root object for the Eclipse Platform user interface.
IWorkbenchPart
          A workbench part is a visual component within a workbench page.
IWorkbenchPartSite
          The primary interface between a workbench part and the workbench.
 

Classes in org.eclipse.ui used by org.eclipse.team.ui.synchronize
IActionBars
          Used by a part to access its menu, toolbar, and status line managers.
IEditorInput
          IEditorInput is a light weight descriptor of editor input, like a file name but more abstract.
IKeyBindingService
          The key binding service allows one to query or set the scope of Eclipse for the purposes of resolving key assignments to commands, and to register actions to handle specific commands.
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.
ISaveablePart
          Workbench parts implement or adapt to this interface to participate in the enablement and execution of the Save and Save As actions.
IViewPart
          A view is a visual component within a workbench page.
IWorkbenchPart
          A workbench part is a visual component within a workbench page.
IWorkbenchSite
          The common interface between the workbench and its parts, including pages within parts.
IWorkingSet
          A working set holds a number of IAdaptable elements.
PartInitException
          A checked exception indicating a workbench part cannot be initialized correctly.
 

Classes in org.eclipse.ui used by org.eclipse.ui
IActionBars
          Used by a part to access its menu, toolbar, and status line managers.
IActionBars2
          Interface extention to IActionBars that provides an additional cool bar manager.
IActionDelegate
          Interface for actions contributed via an extension point.
IActionFilter
          An adapter which performs action filtering.
IDecoratorManager
          Manages the decorators contributed via the decorators extension point.
IEditorActionBarContributor
          A editor action bar contributor defines the actions for one or more editors.
IEditorDescriptor
          Description of an editor in the workbench editor registry.
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.
IEditorReference
          Implements a reference to a editor.
IEditorRegistry
          Registry of editors known to the workbench.
IEditorSite
          The primary interface between an editor part and the workbench.
IElementFactory
          A factory for re-creating objects from a previously saved memento.
IFileEditorMapping
          An association between a file name/extension and a list of known editors for files of that type.
IFolderLayout
          An IFolderLayout is used to define the initial pages within a folder.
IInPlaceEditor
          Interface for editor parts that represent an in-place style editor.
IInPlaceEditorInput
          This interface defines an editor input for in-place editors.
IKeyBindingService
          The key binding service allows one to query or set the scope of Eclipse for the purposes of resolving key assignments to commands, and to register actions to handle specific commands.
IMarkerResolution
          Resolution for a marker.
IMarkerResolutionGenerator
          Creates resolutions for a given marker.
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.
INavigationHistory
          Manages a list of entries to keep history of locations on editors to enable the user to go back and forward without losing context.
INavigationLocation
          Represents the context marked for the user in the navigation history.
IPageLayout
          A page layout defines the initial layout for a page in a workbench window.
IPageListener
          Interface for listening to page lifecycle events.
IPageService
          A page service tracks the page and perspective lifecycle events within a workbench window.
IPartListener
          Interface for listening to part lifecycle events.
IPartListener2
          Interface for listening to part lifecycle events.
IPartService
          A part service tracks the creation and activation of parts within a workbench page.
IPathEditorInput
          This interface defines an editor input based on the local file system path of a file.
IPersistableElement
          Interface for asking an object to store its state in a memento.
IPerspectiveDescriptor
          A perspective descriptor describes a perspective in an IPerspectiveRegistry.
IPerspectiveListener
          Interface for listening to a perspective lifecycle events.
IPerspectiveRegistry
          The workbench's global registry of perspectives.
IPlaceholderFolderLayout
          An IPlaceholderFolderLayout is used to define the initial places for page placeholders within a folder placeholder.
IPropertyListener
          Interface for listening for property changes on an object.
IResourceActionFilter
          Describes the public attributes for a resource and the acceptable values each may have.
IReusableEditor
          Interface for reusable editors.
ISaveablePart
          Workbench parts implement or adapt to this interface to participate in the enablement and execution of the Save and Save As actions.
ISelectionListener
          Interface for listening to selection changes.
ISelectionService
          A selection service tracks the selection within an object.
ISharedImages
          A registry for common images used by the workbench which may be useful to other plug-ins.
IStorageEditorInput
          Interface for a IStorage input to an editor.
IViewLayout
          Represents the layout info for a view or placeholder in an IPageLayout.
IViewPart
          A view is a visual component within a workbench page.
IViewReference
          Defines a reference to an IViewPart.
IViewSite
          The primary interface between a view part and the workbench.
IWindowListener
          Interface for listening to window lifecycle events.
IWorkbench
          A workbench is the root object for the Eclipse Platform user interface.
IWorkbenchPage
          A workbench page consists of an arrangement of views and editors intended to be presented together to the user in a single workbench window.
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 workbench.
IWorkbenchSite
          The common interface between the workbench and its parts, including pages within parts.
IWorkbenchWindow
          A workbench window is a top level window in a workbench.
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.
IWorkingSet
          A working set holds a number of IAdaptable elements.
IWorkingSetManager
          A working set manager stores working sets and provides property change notification when a working set is added or removed.
PartInitException
          A checked exception indicating a workbench part cannot be initialized correctly.
SubActionBars
          Generic implementation of the IActionBars interface.
WorkbenchException
          A checked exception indicating a recoverable error occured internal to the workbench.
XMLMemento
          This class represents the default implementation of the IMemento interface.
 

Classes in org.eclipse.ui used by org.eclipse.ui.actions
IActionBars
          Used by a part to access its menu, toolbar, and status line managers.
IActionDelegate
          Interface for actions contributed via an extension point.
IActionDelegate2
          Interface extension to IActionDelegate adding lifecycle methods.
IEditorDescriptor
          Description of an editor in the workbench editor registry.
IPartListener
          Interface for listening to part lifecycle events.
IPerspectiveDescriptor
          A perspective descriptor describes a perspective in an IPerspectiveRegistry.
IWorkbench
          A workbench is the root object for the Eclipse Platform user interface.
IWorkbenchPage
          A workbench page consists of an arrangement of views and editors intended to be presented together to the user in a single workbench window.
IWorkbenchPart
          A workbench part is a visual component within a workbench page.
IWorkbenchWindow
          A workbench window is a top level window in a workbench.
IWorkingSet
          A working set holds a number of IAdaptable elements.
WorkbenchException
          A checked exception indicating a recoverable error occured internal to the workbench.
 

Classes in org.eclipse.ui used by org.eclipse.ui.activities
IPluginContribution
          An interface that descriptor classes may implement in addition to their descriptor interface.
 

Classes in org.eclipse.ui used by org.eclipse.ui.application
IWorkbench
          A workbench is the root object for the Eclipse Platform user interface.
IWorkbenchWindow
          A workbench window is a top level window in a workbench.
WorkbenchException
          A checked exception indicating a recoverable error occured internal to the workbench.
 

Classes in org.eclipse.ui used by org.eclipse.ui.commands
IWorkbenchPartSite
          The primary interface between a workbench part and the workbench.
 

Classes in org.eclipse.ui used by org.eclipse.ui.console
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.contexts
IWorkbenchPartSite
          The primary interface between a workbench part and the workbench.
 

Classes in org.eclipse.ui used by org.eclipse.ui.dialogs
IMarkerResolution
          Resolution for a marker.
IWorkbenchPropertyPage
          Interface for workbench property pages.
IWorkingSet
          A working set holds a number of IAdaptable elements.
 

Classes in org.eclipse.ui used by org.eclipse.ui.editors.text
IActionBars
          Used by a part to access its menu, toolbar, and status line managers.
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.
IFileEditorInput
          This interface defines a file-oriented input to an editor.
INavigationLocationProvider
          Should be implemented by editors that wish to contribute to the navigation history.
IReusableEditor
          Interface for reusable editors.
ISaveablePart
          Workbench parts implement or adapt to this interface to participate in the enablement and execution of the Save and Save As actions.
IStorageEditorInput
          Interface for a IStorage input to an editor.
IWorkbench
          A workbench is the root object for the Eclipse Platform user interface.
IWorkbenchPart
          A workbench part is a visual component within a workbench page.
IWorkbenchPart2
          Extends IWorkbenchPart, adding the name and status text properties.
IWorkbenchPreferencePage
          Interface for workbench preference pages.
 

Classes in org.eclipse.ui used by org.eclipse.ui.forms.editor
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 workbench.
ISaveablePart
          Workbench parts implement or adapt to this interface to participate in the enablement and execution of the Save and Save As actions.
IWorkbenchPart
          A workbench part is a visual component within a workbench page.
IWorkbenchPart2
          Extends IWorkbenchPart, adding the name and status text properties.
PartInitException
          A checked exception indicating a workbench part cannot be initialized correctly.
 

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

Classes in org.eclipse.ui used by org.eclipse.ui.ide
IEditorDescriptor
          Description of an editor in the workbench editor registry.
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.
IMarkerHelpRegistry
          Registry of F1 help contexts and resolutions for markers.
IWorkbenchPage
          A workbench page consists of an arrangement of views and editors intended to be presented together to the user in a single workbench window.
PartInitException
          A checked exception indicating a workbench part cannot be initialized correctly.
 

Classes in org.eclipse.ui used by org.eclipse.ui.intro
IActionBars
          Used by a part to access its menu, toolbar, and status line managers.
IKeyBindingService
          The key binding service allows one to query or set the scope of Eclipse for the purposes of resolving key assignments to commands, and to register actions to handle specific commands.
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.
IPropertyListener
          Interface for listening for property changes on an object.
IWorkbenchSite
          The common interface between the workbench and its parts, including pages within parts.
IWorkbenchWindow
          A workbench window is a top level window in a workbench.
PartInitException
          A checked exception indicating a workbench part cannot be initialized correctly.
 

Classes in org.eclipse.ui used by org.eclipse.ui.intro.config
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.
PartInitException
          A checked exception indicating a workbench part cannot be initialized correctly.
 

Classes in org.eclipse.ui used by org.eclipse.ui.part
IActionBars
          Used by a part to access its menu, toolbar, and status line managers.
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 workbench.
IElementFactory
          A factory for re-creating objects from a previously saved memento.
IFileEditorInput
          This interface defines a file-oriented input to an editor.
IInPlaceEditor
          Interface for editor parts that represent an in-place style editor.
IInPlaceEditorInput
          This interface defines an editor input for in-place editors.
IKeyBindingService
          The key binding service allows one to query or set the scope of Eclipse for the purposes of resolving key assignments to commands, and to register actions to handle specific commands.
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.
IPartListener
          Interface for listening to part lifecycle events.
IPathEditorInput
          This interface defines an editor input based on the local file system path of a file.
IPersistableElement
          Interface for asking an object to store its state in a memento.
IPropertyListener
          Interface for listening for property changes on an object.
ISaveablePart
          Workbench parts implement or adapt to this interface to participate in the enablement and execution of the Save and Save As actions.
IStorageEditorInput
          Interface for a IStorage input to an editor.
IViewPart
          A view is a visual component within a workbench page.
IViewSite
          The primary interface between a view part and the workbench.
IWorkbenchPage
          A workbench page consists of an arrangement of views and editors intended to be presented together to the user in a single workbench window.
IWorkbenchPart
          A workbench part is a visual component within a workbench page.
IWorkbenchPart2
          Extends IWorkbenchPart, adding the name and status text properties.
IWorkbenchPartSite
          The primary interface between a workbench part and the workbench.
IWorkbenchSite
          The common interface between the workbench and its parts, including pages within parts.
IWorkbenchWindow
          A workbench window is a top level window in a workbench.
PartInitException
          A checked exception indicating a workbench part cannot be initialized correctly.
SubActionBars
          Generic implementation of the IActionBars interface.
 

Classes in org.eclipse.ui used by org.eclipse.ui.plugin
IWorkbench
          A workbench is the root object for the Eclipse Platform user interface.
 

Classes in org.eclipse.ui used by org.eclipse.ui.presentations
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.
IPropertyListener
          Interface for listening for property changes on an object.
 

Classes in org.eclipse.ui used by org.eclipse.ui.progress
IWorkbenchPartSite
          The primary interface between a workbench part and the workbench.
 

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.
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 workbench.
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.
INavigationLocation
          Represents the context marked for the user in the navigation history.
INavigationLocationProvider
          Should be implemented by editors that wish to contribute to the navigation history.
IReusableEditor
          Interface for reusable editors.
ISaveablePart
          Workbench parts implement or adapt to this interface to participate in the enablement and execution of the Save and Save As actions.
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.
IWorkbenchPart2
          Extends IWorkbenchPart, adding the name and status text properties.
IWorkbenchWindow
          A workbench window is a top level window in a workbench.
NavigationLocation
          Default implementation of INavigationLocation.
PartInitException
          A checked exception indicating a workbench part cannot be initialized correctly.
 

Classes in org.eclipse.ui used by org.eclipse.ui.texteditor.quickdiff
IActionDelegate
          Interface for actions contributed via an extension point.
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.
 

Classes in org.eclipse.ui used by org.eclipse.ui.texteditor.templates
IWorkbench
          A workbench is the root object for the Eclipse Platform user interface.
IWorkbenchPreferencePage
          Interface for workbench preference pages.
 

Classes in org.eclipse.ui used by org.eclipse.ui.views.bookmarkexplorer
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.
IViewPart
          A view is a visual component within a workbench page.
IViewSite
          The primary interface between a view part and the workbench.
IWorkbenchPart
          A workbench part is a visual component within a workbench page.
IWorkbenchPart2
          Extends IWorkbenchPart, adding the name and status text properties.
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.
IWorkbenchPart2
          Extends IWorkbenchPart, adding the name and status text properties.
 

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

Classes in org.eclipse.ui used by org.eclipse.ui.views.markers
IWorkbenchPage
          A workbench page consists of an arrangement of views and editors intended to be presented together to the user in a single workbench window.
 

Classes in org.eclipse.ui used by org.eclipse.ui.views.navigator
IActionBars
          Used by a part to access its menu, toolbar, and status line managers.
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.
IViewPart
          A view is a visual component within a workbench page.
IViewSite
          The primary interface between a view part and the workbench.
IWorkbench
          A workbench is the root object for the Eclipse Platform user interface.
IWorkbenchPage
          A workbench page consists of an arrangement of views and editors intended to be presented together to the user in a single workbench window.
IWorkbenchPart
          A workbench part is a visual component within a workbench page.
IWorkbenchPart2
          Extends IWorkbenchPart, adding the name and status text properties.
IWorkbenchWindow
          A workbench window is a top level window in a workbench.
IWorkingSet
          A working set holds a number of IAdaptable elements.
PartInitException
          A checked exception indicating a workbench part cannot be initialized correctly.
 

Classes in org.eclipse.ui used by org.eclipse.ui.views.properties
IActionBars
          Used by a part to access its menu, toolbar, and status line managers.
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.
IViewSite
          The primary interface between a view part and the workbench.
IWorkbenchPart
          A workbench part is a visual component within a workbench page.
IWorkbenchPart2
          Extends IWorkbenchPart, adding the name and status text properties.
PartInitException
          A checked exception indicating a workbench part cannot be initialized correctly.
 

Classes in org.eclipse.ui used by org.eclipse.ui.views.tasklist
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.
IViewPart
          A view is a visual component within a workbench page.
IViewSite
          The primary interface between a view part and the workbench.
IWorkbenchPart
          A workbench part is a visual component within a workbench page.
IWorkbenchPart2
          Extends IWorkbenchPart, adding the name and status text properties.
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.
IWorkbench
          A workbench is the root object for the Eclipse Platform user interface.
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.
IWorkbench
          A workbench is the root object for the Eclipse Platform user interface.
IWorkbenchWindow
          A workbench window is a top level window in a workbench.
IWorkbenchWizard
          Implementors represent creation wizards that are to be contributed to the workbench's creation wizard extension point.
 


 

Overview

 
Package  Class  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 PREV   NEXT FRAMES    NO FRAMES  


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.