Uses of Class
org.eclipse.text.edits.TextEditGroup
Packages that use TextEditGroup
Package
Description
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.refactoringModifier and TypeClassDescriptionclass
A special text edit group that manages an additional set of group categories.Methods in org.eclipse.ltk.core.refactoring that return TextEditGroupModifier and TypeMethodDescriptionTextEditBasedChangeGroup.getTextEditGroup()
Returns the underlying text edit group.Methods in org.eclipse.ltk.core.refactoring with parameters of type TextEditGroupModifier and TypeMethodDescriptionvoid
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 TextEditGroupModifierConstructorDescriptionTextEditBasedChangeGroup
(TextEditBasedChange change, TextEditGroup group) Creates newTextEditBasedChangeGroup
for the givenTextEditBasedChange
andTextEditGroup
.TextEditChangeGroup
(TextChange change, TextEditGroup group) Creates newTextEditChangeGroup
for the givenTextChange
andTextEditGroup
.