Package | Description |
---|---|
org.eclipse.ltk.core.refactoring |
Application programmer interface to implement semantic preserving workspace transformations.
|
org.eclipse.ltk.core.refactoring.history |
Application programming interface to query refactoring history information from the refactoring infrastructure.
|
Modifier and Type | Method and Description |
---|---|
static IRefactoringHistoryService |
RefactoringCore.getHistoryService()
Returns the singleton refactoring history service.
|
Modifier and Type | Method and Description |
---|---|
IRefactoringHistoryService |
RefactoringExecutionEvent.getHistoryService()
Returns the refactoring history service
|
IRefactoringHistoryService |
RefactoringHistoryEvent.getHistoryService()
Returns the refactoring history service.
|
Constructor and Description |
---|
RefactoringExecutionEvent(IRefactoringHistoryService service,
int type,
RefactoringDescriptorProxy proxy)
Creates a new refactoring execution event.
|
RefactoringHistoryEvent(IRefactoringHistoryService service,
int type,
RefactoringDescriptorProxy proxy)
Creates a new refactoring history event.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.