Uses of Class
org.eclipse.ltk.core.refactoring.TextChange
-
Packages that use TextChange 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. -
-
Uses of TextChange in org.eclipse.ltk.core.refactoring
Subclasses of TextChange in org.eclipse.ltk.core.refactoring Modifier and Type Class Description classDocumentChangeA text change that operates directly on instances ofIDocument.classTextFileChangeA specialTextChangethat operates on aIFile.Methods in org.eclipse.ltk.core.refactoring that return TextChange Modifier and Type Method Description TextChangeTextEditChangeGroup. getTextChange()Returns the text change this group belongs to.Methods in org.eclipse.ltk.core.refactoring with parameters of type TextChange Modifier and Type Method Description voidMultiStateTextFileChange. addChange(TextChange change)Adds a new text change to this composite change.Constructors in org.eclipse.ltk.core.refactoring with parameters of type TextChange Constructor Description TextEditChangeGroup(TextChange change, TextEditGroup group)Creates newTextEditChangeGroupfor the givenTextChangeandTextEditGroup. -
Uses of TextChange in org.eclipse.ltk.core.refactoring.participants
Methods in org.eclipse.ltk.core.refactoring.participants that return TextChange Modifier and Type Method Description TextChangeProcessorBasedRefactoring. getTextChange(Object element)Returns the text change for the given element ornullif a text change doesn't exist.TextChangeRefactoringParticipant. getTextChange(Object element)Returns the text change for the given element ornullif a text change doesn't exist.
-