Uses of Class
org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryControlConfiguration
Packages that use RefactoringHistoryControlConfiguration
Package
Description
Application programming interface to implement a wizard based user interface for refactorings.
Application programming interface to display and preview refactoring history information.
-
Uses of RefactoringHistoryControlConfiguration in org.eclipse.ltk.ui.refactoring
Methods in org.eclipse.ltk.ui.refactoring with parameters of type RefactoringHistoryControlConfigurationModifier and TypeMethodDescriptionstatic CompositeRefactoringUI.createRefactoringHistoryControl(Composite parent, RefactoringHistoryControlConfiguration configuration) Creates a control capable of presenting a refactoring history.static CompositeRefactoringUI.createSortableRefactoringHistoryControl(Composite parent, RefactoringHistoryControlConfiguration configuration) Creates a control capable of presenting a refactoring history. -
Uses of RefactoringHistoryControlConfiguration in org.eclipse.ltk.ui.refactoring.history
Methods in org.eclipse.ltk.ui.refactoring.history with parameters of type RefactoringHistoryControlConfigurationModifier and TypeMethodDescriptionfinal voidRefactoringHistoryWizard.setConfiguration(RefactoringHistoryControlConfiguration configuration) Sets the refactoring history control configuration.Constructors in org.eclipse.ltk.ui.refactoring.history with parameters of type RefactoringHistoryControlConfigurationModifierConstructorDescriptionCreates a new refactoring history content provider.Creates a new refactoring history label provider.