Uses of Interface
org.eclipse.ui.progress.IDeferredWorkbenchAdapter
-
Packages that use IDeferredWorkbenchAdapter 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. -
-
Uses of IDeferredWorkbenchAdapter in org.eclipse.debug.ui
Classes in org.eclipse.debug.ui that implement IDeferredWorkbenchAdapter Modifier and Type Class Description classDeferredDebugElementWorkbenchAdapterDeprecated.deferred custom content in the debug views is no longer supported byIDeferredWorkbenchAdapter. -
Uses of IDeferredWorkbenchAdapter in org.eclipse.ui.progress
Methods in org.eclipse.ui.progress that return IDeferredWorkbenchAdapter Modifier and Type Method Description protected IDeferredWorkbenchAdapterDeferredTreeContentManager. getAdapter(Object element)Return the IDeferredWorkbenchAdapter for element or the element if it is an instance of IDeferredWorkbenchAdapter.Methods in org.eclipse.ui.progress with parameters of type IDeferredWorkbenchAdapter Modifier and Type Method Description protected StringDeferredTreeContentManager. getFetchJobName(Object parent, IDeferredWorkbenchAdapter adapter)Returns a name to use for the job that fetches children of the given parent.protected voidDeferredTreeContentManager. startFetchingDeferredChildren(Object parent, IDeferredWorkbenchAdapter adapter, PendingUpdateAdapter placeholder)Starts a job and creates a collector for fetching the children of this deferred adapter.
-