Package | Description |
---|---|
org.eclipse.ltk.core.refactoring.history |
Application programming interface to query refactoring history information from the refactoring infrastructure.
|
org.eclipse.ltk.core.refactoring.model |
Application programming interface to support logical models.
|
org.eclipse.ltk.ui.refactoring.history |
Application programming interface to display and preview refactoring history information.
|
org.eclipse.ltk.ui.refactoring.model |
Application programming interface to provide model integration for refactoring histories.
|
Modifier and Type | Method and Description |
---|---|
RefactoringDescriptorProxy |
RefactoringExecutionEvent.getDescriptor()
Returns the refactoring descriptor proxy.
|
RefactoringDescriptorProxy |
RefactoringHistoryEvent.getDescriptor()
Returns the refactoring descriptor proxy.
|
abstract RefactoringDescriptorProxy[] |
RefactoringHistory.getDescriptors()
Returns the refactoring descriptors of this history, in descending order
of their time stamps.
|
Modifier and Type | Method and Description |
---|---|
void |
IRefactoringHistoryService.writeRefactoringDescriptors(RefactoringDescriptorProxy[] proxies,
OutputStream stream,
int flags,
boolean time,
IProgressMonitor monitor)
Writes the specified refactoring descriptor proxies to the output stream.
|
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.
|
Constructor and Description |
---|
AbstractRefactoringDescriptorResourceMapping(RefactoringDescriptorProxy descriptor)
Creates a new abstract refactoring descriptor resource mapping.
|
Modifier and Type | Method and Description |
---|---|
RefactoringDescriptorProxy[] |
IRefactoringHistoryControl.getCheckedDescriptors()
Returns the checked refactoring descriptors.
|
RefactoringDescriptorProxy[] |
IRefactoringHistoryControl.getSelectedDescriptors()
Returns the selected refactoring descriptors.
|
Modifier and Type | Method and Description |
---|---|
void |
IRefactoringHistoryControl.setCheckedDescriptors(RefactoringDescriptorProxy[] descriptors)
Sets the checked refactoring descriptors.
|
void |
IRefactoringHistoryControl.setSelectedDescriptors(RefactoringDescriptorProxy[] descriptors)
Sets the selected refactoring descriptors.
|
Modifier and Type | Method and Description |
---|---|
protected int |
AbstractSynchronizationCompareAdapter.getKind(ISynchronizationContext context,
RefactoringDescriptorProxy proxy)
Returns the kind of difference between the three sides ancestor, left and
right of the specified refactoring descriptor proxy.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.