See: Description
Interface | Description |
---|---|
IContextProvider | Deprecated
Use
IContextProvider
instead because it will not cause this plugin to be activated. |
INavigatorTreeViewerFactory |
Factory that constructs
|
Class | Description |
---|---|
NavigatorCheckboxTreeViewer |
A checkbox tree viewer implementation that uses the NavigatorContentService
to provide content and labels.
|
NavigatorSelectionComposite |
A selection composite that contains a TreeViewer that clients must override to receive
content.
|
NavigatorSelectionModel |
A selection model that contains a list of the selected
elements.
|
NavigatorTreeViewer |
A tree viewer implementation that uses the INavigatorContentService
to provide content and labels.
|
IContextProvider
:
Interface that content providers may use so they may be given more context to
consider when providing content.NavigatorCheckboxTreeViewer
:
A checkbox tree viewer implementation that uses the
NavigatorContentService
to provide content and labels.NavigatorSelectionComposite
:
A selection composite that contains a TreeViewer
that clients must override to receive content.NavigatorSelectionModel
:
A selection model that contains a list of the selected elements.NavigatorTreeViewer
:
A tree viewer implementation that uses the
INavigatorContentService
to provide content and labels.