|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 for search pages. |
org.eclipse.team.ui | Application programming interface for associating a repository provider with a project. |
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.help | Classes for integration with the help support system in the Eclipse Platform User Interface. |
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.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.framelist | Provides support for a web-browser style of navigation within a view by maintaining a list of frames. |
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.compareIEditorInput
|
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. 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.actionsIActionDelegate
|
Interface for actions contributed via an extension point. IActionDelegate2
|
Interface extension to IActionDelegate adding lifecycle methods. |
Classes in org.eclipse.ui used by org.eclipse.debug.uiIEditorInput
|
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 outside world. 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.actionsIActionDelegate
|
Interface for actions contributed via an extension point. IActionDelegate2
|
Interface extension to IActionDelegate adding lifecycle methods.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.browserIActionDelegate
|
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.uiIViewPart
|
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.team.uiIWorkbench
|
A workbench is the root object for the Eclipse Platform user interface. |
Classes in org.eclipse.ui used by org.eclipse.uiIActionBars
|
Used by a part to access its menu, toolbar, and status line managers. IActionDelegate
|
Interface for actions contributed via an extension point. IActionFilter
|
An adapter which performs action filtering. ICapabilityInstallWizard
|
Interface for project capability install wizard. 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 outside world. 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.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. IMarkerHelpRegistry
|
Registry of F1 help contexts and resolutions for markers. 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. 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 acceptables 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.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 outside world. 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 outside world. 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. 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.actionsIActionBars
|
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. |
Classes in org.eclipse.ui used by org.eclipse.ui.dialogsIMarkerResolution
|
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.textIActionBars
|
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. IWorkbenchPreferencePage
|
Interface for workbench preference pages. |
Classes in org.eclipse.ui used by org.eclipse.ui.helpIViewPart
|
A view is a visual component within a workbench page. |
Classes in org.eclipse.ui used by org.eclipse.ui.partIActionBars
|
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 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. 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. 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 outside world. 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. 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. 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.pluginIWorkbench
|
A workbench is the root object for the Eclipse Platform user interface. |
Classes in org.eclipse.ui used by org.eclipse.ui.texteditorIActionDelegate
|
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 outside world. 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. 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.views.bookmarkexplorerIMemento
|
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 outside world. 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.contentoutlineIPartListener
|
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.framelistIMemento
|
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.navigatorIActionBars
|
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 outside world. 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. PartInitException
|
A checked exception indicating a workbench part cannot be initialized correctly. |
Classes in org.eclipse.ui used by org.eclipse.ui.views.propertiesIActionBars
|
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 outside world. 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.tasklistIMemento
|
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 outside world. 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.datatransferIExportWizard
|
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.newresourceINewWizard
|
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. |
|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |