Package | Description |
---|---|
org.eclipse.debug.ui |
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
|
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 |
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 | Method and Description |
---|---|
protected IDeferredWorkbenchAdapter |
DeferredTreeContentManager.getAdapter(Object element)
Return the IDeferredWorkbenchAdapter for element or the element if it is
an instance of IDeferredWorkbenchAdapter.
|
Modifier and Type | Method and Description |
---|---|
protected String |
DeferredTreeContentManager.getFetchJobName(Object parent,
IDeferredWorkbenchAdapter adapter)
Returns a name to use for the job that fetches children of the given
parent.
|
protected void |
DeferredTreeContentManager.startFetchingDeferredChildren(Object parent,
IDeferredWorkbenchAdapter adapter,
PendingUpdateAdapter placeholder)
Starts a job and creates a collector for fetching the children of this
deferred adapter.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.