Uses of Class
org.eclipse.ltk.core.refactoring.history.RefactoringHistory
Package
Description
Application programmer interface to implement semantic preserving workspace transformations.
Application programming interface to query refactoring history information from the refactoring infrastructure.
Application programming interface to support logical models.
Application programming interface to display and preview refactoring history information.
Application programming interface to provide model integration for refactoring histories.
-
Uses of RefactoringHistory in org.eclipse.ltk.core.refactoring
ModifierConstructorDescriptionCreates a new perform refactoring history operation. -
Uses of RefactoringHistory in org.eclipse.ltk.core.refactoring.history
Modifier and TypeMethodDescriptionIRefactoringHistoryService.getProjectHistory
(IProject project, long start, long end, int flags, IProgressMonitor monitor) Returns a project refactoring history for the specified project.IRefactoringHistoryService.getProjectHistory
(IProject project, IProgressMonitor monitor) Returns a project refactoring history for the specified project.IRefactoringHistoryService.getRefactoringHistory
(IProject[] projects, long start, long end, int flags, IProgressMonitor monitor) Returns the combined refactoring history for the specified projects.IRefactoringHistoryService.getRefactoringHistory
(IProject[] projects, IProgressMonitor monitor) Returns the combined refactoring history for the specified projects.IRefactoringHistoryService.getWorkspaceHistory
(long start, long end, IProgressMonitor monitor) Returns the workspace refactoring history.IRefactoringHistoryService.getWorkspaceHistory
(IProgressMonitor monitor) Returns the workspace refactoring history.IRefactoringHistoryService.readRefactoringHistory
(InputStream stream, int flags) Reads a refactoring history from the input stream.abstract RefactoringHistory
RefactoringHistory.removeAll
(RefactoringHistory history) Returns this refactoring history with all entries from the other history removed.Modifier and TypeMethodDescriptionabstract RefactoringHistory
RefactoringHistory.removeAll
(RefactoringHistory history) Returns this refactoring history with all entries from the other history removed. -
Uses of RefactoringHistory in org.eclipse.ltk.core.refactoring.model
ModifierConstructorDescriptionprotected
Creates a new abstract refactoring history resource mapping. -
Uses of RefactoringHistory in org.eclipse.ltk.ui.refactoring.history
Modifier and TypeMethodDescriptionvoid
IRefactoringHistoryControl.setInput
(RefactoringHistory history) Sets the refactoring history of this control.final void
RefactoringHistoryWizard.setInput
(RefactoringHistory history) Sets the refactoring history. -
Uses of RefactoringHistory in org.eclipse.ltk.ui.refactoring.model
Modifier and TypeMethodDescriptionprotected RefactoringHistory
AbstractSynchronizationContentProvider.getRefactorings
(ISynchronizationContext context, IProject project, IProgressMonitor monitor) Returns the refactorings for the specified project which are not in sync.