Package | Description |
---|---|
org.eclipse.debug.ui |
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
|
org.eclipse.ui.model |
Provides a workbench adapter for displaying workbench elements in the UI without
having to know the concrete type of the element, and various label providers for
workbench-specific objects like editors, views, and perspectives.
|
org.eclipse.ui.progress |
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
|
Modifier and Type | Class and Description |
---|---|
class |
BreakpointTypeCategory
Default implementation for a breakpoint type category.
|
class |
DebugElementWorkbenchAdapter
Deprecated.
Custom content in the debug views is no longer supported by
IWorkbenchAdapter . Custom content is currently supported
by a provisional internal viewer framework. |
class |
DeferredDebugElementWorkbenchAdapter
Deprecated.
deferred custom content in the debug views is no longer supported by
IDeferredWorkbenchAdapter . Deferred custom content is currently supported
by a provisional internal viewer framework. |
Modifier and Type | Class and Description |
---|---|
class |
AdaptableList
A modifiable list of
IAdaptable objects. |
class |
WorkbenchAdapter
Abstract base class with basic implementations of the IWorkbenchAdapter
interface.
|
Modifier and Type | Method and Description |
---|---|
protected IWorkbenchAdapter |
BaseWorkbenchContentProvider.getAdapter(Object element)
Returns the implementation of IWorkbenchAdapter for the given
object.
|
protected IWorkbenchAdapter |
WorkbenchLabelProvider.getAdapter(Object o)
Returns the implementation of IWorkbenchAdapter for the given
object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IDeferredWorkbenchAdapter
This adapter interface provides support for lazy initialization of UI workbench elements
that are displayed visually.
|
Modifier and Type | Class and Description |
---|---|
class |
PendingUpdateAdapter
The PendingUpdateAdapter is a convenience object that can be used
by a BaseWorkbenchContentProvider that wants to show a pending update.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.