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 classAbstractSynchronizationContentProviderPartial implementation of a refactoring-aware synchronization content provider.classAbstractSynchronizationLabelProviderPartial implementation of a refactoring-aware synchronization label provider.classRefactoringSynchronizationActionProviderRefactoring-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 classSynchronizationActionProviderAn action group that can be used by models to contribute actions to a team synchronization viewer.classSynchronizationContentProviderAbstract team aware content provider that delegates to another content provider.classSynchronizationLabelProviderA 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 interfaceICommonContentProviderAllows extensions to vary their behavior based on properties in the extension model and the given memento.interfaceICommonLabelProviderAllows extensions to vary their behavior based on properties in the extension model and the given memento.interfaceIPipelinedTreeContentProviderTo correctly implement pipelining you should implementIPipelinedTreeContentProvider2which provides the additionalITreeContentProvider.hasChildren(Object)method.interfaceIPipelinedTreeContentProvider2A 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 classCommonActionProviderProvides actions from extensions for menu andIActionBarscontributions.classNavigatorActionServiceProvides context menu items andIActionBarscontributions 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 classGoIntoActionProviderProvides the Go Into action for theProjectExplorer
-