Package | Description |
---|---|
org.eclipse.ltk.core.refactoring |
Application programmer interface to implement semantic preserving workspace transformations.
|
org.eclipse.ltk.core.refactoring.participants |
Application programming interface to participant in existing rename, move and delete refactorings
if the refactoring provider supports participation.
|
Modifier and Type | Class and Description |
---|---|
class |
DocumentChange
A text change that operates directly on instances of
IDocument . |
class |
TextFileChange
A special
TextChange that operates on a IFile . |
Modifier and Type | Method and Description |
---|---|
TextChange |
TextEditChangeGroup.getTextChange()
Returns the text change this group belongs to.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiStateTextFileChange.addChange(TextChange change)
Adds a new text change to this composite change.
|
Constructor and Description |
---|
TextEditChangeGroup(TextChange change,
TextEditGroup group)
Creates new
TextEditChangeGroup for the given
TextChange and TextEditGroup . |
Modifier and Type | Method and Description |
---|---|
TextChange |
ProcessorBasedRefactoring.getTextChange(Object element)
Returns the text change for the given element or
null
if a text change doesn't exist. |
TextChange |
RefactoringParticipant.getTextChange(Object element)
Returns the text change for the given element or
null
if a text change doesn't exist. |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.