Uses of Class
org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryControlConfiguration
-
Packages that use RefactoringHistoryControlConfiguration Package Description org.eclipse.ltk.ui.refactoring Application programming interface to implement a wizard based user interface for refactorings.org.eclipse.ltk.ui.refactoring.history 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 RefactoringHistoryControlConfiguration Modifier and Type Method Description static Composite
RefactoringUI. createRefactoringHistoryControl(Composite parent, RefactoringHistoryControlConfiguration configuration)
Creates a control capable of presenting a refactoring history.static Composite
RefactoringUI. 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 RefactoringHistoryControlConfiguration Modifier and Type Method Description void
RefactoringHistoryWizard. setConfiguration(RefactoringHistoryControlConfiguration configuration)
Sets the refactoring history control configuration.Constructors in org.eclipse.ltk.ui.refactoring.history with parameters of type RefactoringHistoryControlConfiguration Constructor Description RefactoringHistoryContentProvider(RefactoringHistoryControlConfiguration configuration)
Creates a new refactoring history content provider.RefactoringHistoryLabelProvider(RefactoringHistoryControlConfiguration configuration)
Creates a new refactoring history label provider.
-