Package org.eclipse.ui.navigator
package org.eclipse.ui.navigator
Provides the Common Navigator framework. Services allow clients to contribute
reusable content/label providers and define viewers that use the available content/label
providers.
-
ClassDescriptionProvides actions from extensions for menu and
IActionBars
contributions.Provides an implementation ofDragSourceAdapter
which uses the extensions provided by the associatedINavigatorContentService
.Assist theCommonDragAdapter
by providing new TransferTypes and the logic to handle setting up the transfer data.Provides an implementation ofPluginDropAdapter
which uses the extensions provided by the associatedINavigatorContentService
.Used by the org.eclipse.ui.navigator.navigatorContent/navigatorContent/commonDropAdapter extension point to carry out pluggable drop operations.This class provides the IViewPart for the Common Navigator framework in the Eclipse workbench.Manages the non-viewer responsibilities of the Common Navigator View Part, including the display and population of the context menu and the registration of extensions for opening content.Provides the Tree Viewer for the Common Navigator.Allows clients to createICommonViewerSite
for a variety of contexts.Provides an implementation of TreeViewerSorter that uses the given parent to determine the correct sort order based on the defined org.eclipse.ui.navigator.navigatorContent/navigatorContent/commonSorter elements available in the set of visible content extensions.Defines constants for the retargetable actions available in the Common Viewer context menu.Provides access to information required for the initialization of CommonActionProviders.Provides initialization data for a content extension.Allows extensions to vary their behavior based on properties in the extension model and the given memento.Provides information about a commonFilter extension.Allows extensions to vary their behavior based on properties in the extension model and the given memento.Defines strings used for menu insertion points.Allows improved performance by optimizing label updates of the CommonViewer.Provides context for extensions including a valid shell, a selection provider, and a unique identifier corresponding to the abstract viewer behind the viewer site.Provides a page, set of action bars, menu registration callback, and active window.Label providers (as specified by the labelProvider attribute of the org.eclipse.ui.navigator.navigatorContent extension point) may choose to also implement this interface in order to provide text for the status bar at the bottom of the Eclipse window.An extension activation listener is notified whenever the activation state changes for one or more content extensions.Allows clients to coordinate state across components that are part of the same logical extension.Provides information to the Common Navigator on how to link selections with active editors and vice versa.Clients may use mementos to persist interesting state between sessions.Determines if an extension is active within the context of a given viewer and manages the persistence of this information.The descriptor provides a the low-level handle to a content extension.The content extension represents the components of a navigatorContent extension.Manages content extensions for extensible viewers and provides reusable services for filters, sorting, the activation of content extensions, and DND.Used by clients who would like to listen for the load event of amINavigatorContentExtension
.Provides instances ofCommonDragAdapterAssistant
andCommonDropAdapterAssistant
for the associatedINavigatorContentService
.Provides support for managing the filters defined for a Common Navigator viewer.Performs calculations that are necessary to determine the correct children to render in the viewer.Provides an interface to extensions declared in org.eclipse.ui.navigator.navigatorContent/commonSorter.Provides a basic metadata about the abstract viewer for a particular content service.To correctly implement pipelining you should implementIPipelinedTreeContentProvider2
which provides the additionalITreeContentProvider.hasChildren(Object)
method.A pipelined content provider allows an extension to reshape the contributions of an upstream content extension.Manages the link helpers which are used to define the behavior of the link with editor function.A descriptive construct to relay information about a menu insertion point; including the name of the insertion point and whether the item should be rendered as a separator or group marker.Provides context menu items andIActionBars
contributions for a particular abstract viewer.Provides a factory pattern for creatingINavigatorContentService
s for given viewer ids.Enumeration of the OverridePolicy values supported by the Common Navigator.Indicates how a shape modification should be transformed when applied to the tree.A pipelined viewer update should map requests to refresh or update elements in the viewer to their correct, modified structure.Enumeration of the Priority values supported by the Common Navigator.ProvidesSaveable
objects to the common navigator, and allows to map between elements in the tree and models.Populates context menus with shortcut actions for defined wizards.