Uses of Interface
org.eclipse.ui.navigator.IMementoAware
-
Packages that use IMementoAware Package Description org.eclipse.ltk.ui.refactoring.model Application programming interface to provide model integration for refactoring histories.org.eclipse.team.ui.mapping Application programming interfaces for working with resource mappings.org.eclipse.ui.navigator Provides the Common Navigator framework.org.eclipse.ui.navigator.resources Provides reusable components for clients that need to expand on the capabilities provided by the reference Common Navigator Resources extension. -
-
Uses of IMementoAware in org.eclipse.ltk.ui.refactoring.model
Classes in org.eclipse.ltk.ui.refactoring.model that implement IMementoAware Modifier and Type Class Description class
AbstractSynchronizationContentProvider
Partial implementation of a refactoring-aware synchronization content provider.class
AbstractSynchronizationLabelProvider
Partial implementation of a refactoring-aware synchronization label provider.class
RefactoringSynchronizationActionProvider
Refactoring-aware synchronization action provider which contributes an action to accept pending refactorings during team synchronization. -
Uses of IMementoAware in org.eclipse.team.ui.mapping
Classes in org.eclipse.team.ui.mapping that implement IMementoAware Modifier and Type Class Description class
SynchronizationActionProvider
An action group that can be used by models to contribute actions to a team synchronization viewer.class
SynchronizationContentProvider
Abstract team aware content provider that delegates to another content provider.class
SynchronizationLabelProvider
A label provider wrapper that adds synchronization image and/or text decorations to the image and label obtained from the delegate provider. -
Uses of IMementoAware in org.eclipse.ui.navigator
Subinterfaces of IMementoAware in org.eclipse.ui.navigator Modifier and Type Interface Description interface
ICommonContentProvider
Allows extensions to vary their behavior based on properties in the extension model and the given memento.interface
ICommonLabelProvider
Allows extensions to vary their behavior based on properties in the extension model and the given memento.interface
IPipelinedTreeContentProvider
To correctly implement pipelining you should implementIPipelinedTreeContentProvider2
which provides the additionalITreeContentProvider.hasChildren(Object)
method.interface
IPipelinedTreeContentProvider2
A pipelined content provider allows an extension to reshape the contributions of an upstream content extension.Classes in org.eclipse.ui.navigator that implement IMementoAware Modifier and Type Class Description class
CommonActionProvider
Provides actions from extensions for menu andIActionBars
contributions.class
NavigatorActionService
Provides context menu items andIActionBars
contributions for a particular abstract viewer. -
Uses of IMementoAware in org.eclipse.ui.navigator.resources
Classes in org.eclipse.ui.navigator.resources that implement IMementoAware Modifier and Type Class Description class
GoIntoActionProvider
Provides the Go Into action for theProjectExplorer
-