|
Eclipse JDT Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextChange | |
org.eclipse.ltk.core.refactoring | Application programmer interface to implement semantic preserving workspace transformations. |
Uses of TextChange in org.eclipse.ltk.core.refactoring |
Subclasses of TextChange in org.eclipse.ltk.core.refactoring | |
class |
DocumentChange
A text change that operates directly on instances of IDocument .
|
class |
TextFileChange
A special TextChange that operates on a IFile .
|
Methods in org.eclipse.ltk.core.refactoring that return TextChange | |
TextChange |
TextEditChangeGroup.getTextChange()
Returns the text change this group belongs to. |
Constructors in org.eclipse.ltk.core.refactoring with parameters of type TextChange | |
TextEditChangeGroup(TextChange change,
org.eclipse.text.edits.TextEditGroup group)
Creates new TextEditChangeGroup for the given
TextChange and TextEditGroup . |
|
Eclipse JDT Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |