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
Common function for a deferred workbench adapter for a debug element.
|
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.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.