This package defines viewers for the common navigator.
Package Specification
- {@link com.ibm.xtools.common.ui.navigator.viewers.IContextProvider}:
Interface that content providers may use so they may be given more context to
consider when providing content.
- {@link com.ibm.xtools.common.ui.navigator.viewers.NavigatorCheckboxTreeViewer}:
A checkbox tree viewer implementation that uses the
{@link org.eclipse.ui.internal.navigator.NavigatorContentService}
to provide content and labels.
- {@link com.ibm.xtools.common.ui.navigator.viewers.NavigatorSelectionComposite}:
A selection composite that contains a {@link org.eclipse.jface.viewers.TreeViewer}
that clients must override to receive content.
- {@link com.ibm.xtools.common.ui.navigator.viewers.NavigatorSelectionModel}:
A selection model that contains a list of the selected elements.
- {@link com.ibm.xtools.common.ui.navigator.viewers.NavigatorTreeViewer}:
A tree viewer implementation that uses the
{@link org.eclipse.ui.navigator.INavigatorContentService} to provide content and labels.