Uses of Class
org.eclipse.text.edits.TextEditGroup
-
Packages that use TextEditGroup Package Description org.eclipse.ltk.core.refactoring Application programmer interface to implement semantic preserving workspace transformations. -
-
Uses of TextEditGroup in org.eclipse.ltk.core.refactoring
Subclasses of TextEditGroup in org.eclipse.ltk.core.refactoring Modifier and Type Class Description class
CategorizedTextEditGroup
A special text edit group that manages an additional set of group categories.Methods in org.eclipse.ltk.core.refactoring that return TextEditGroup Modifier and Type Method Description TextEditGroup
TextEditBasedChangeGroup. getTextEditGroup()
Returns the underlying text edit group.Methods in org.eclipse.ltk.core.refactoring with parameters of type TextEditGroup Modifier and Type Method Description void
TextChange. addTextEditGroup(TextEditGroup group)
Adds atext edit group
.void
TextEditBasedChange. addTextEditGroup(TextEditGroup group)
Adds atext edit group
.Constructors in org.eclipse.ltk.core.refactoring with parameters of type TextEditGroup Constructor Description TextEditBasedChangeGroup(TextEditBasedChange change, TextEditGroup group)
Creates newTextEditBasedChangeGroup
for the givenTextEditBasedChange
andTextEditGroup
.TextEditChangeGroup(TextChange change, TextEditGroup group)
Creates newTextEditChangeGroup
for the givenTextChange
andTextEditGroup
.
-