Uses of Class
org.eclipse.ui.navigator.CommonActionProvider
-
Packages that use CommonActionProvider 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 CommonActionProvider in org.eclipse.ltk.ui.refactoring.model
Subclasses of CommonActionProvider in org.eclipse.ltk.ui.refactoring.model Modifier and Type Class Description class
RefactoringSynchronizationActionProvider
Refactoring-aware synchronization action provider which contributes an action to accept pending refactorings during team synchronization. -
Uses of CommonActionProvider in org.eclipse.team.ui.mapping
Subclasses of CommonActionProvider in org.eclipse.team.ui.mapping Modifier and Type Class Description class
SynchronizationActionProvider
An action group that can be used by models to contribute actions to a team synchronization viewer. -
Uses of CommonActionProvider in org.eclipse.ui.navigator
Methods in org.eclipse.ui.navigator that return CommonActionProvider Modifier and Type Method Description CommonActionProvider
NavigatorActionService. getActionProviderInstance(org.eclipse.ui.internal.navigator.actions.CommonActionProviderDescriptor aProviderDescriptor)
-
Uses of CommonActionProvider in org.eclipse.ui.navigator.resources
Subclasses of CommonActionProvider in org.eclipse.ui.navigator.resources Modifier and Type Class Description class
GoIntoActionProvider
Provides the Go Into action for theProjectExplorer
-