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.refactoringSubclasses of TextEditGroup in org.eclipse.ltk.core.refactoringModifier and TypeClassDescriptionclassA 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 TypeMethodDescriptionvoidTextChange.addTextEditGroup(TextEditGroup group) Adds atext edit group.voidTextEditBasedChange.addTextEditGroup(TextEditGroup group) Adds atext edit group.Constructors in org.eclipse.ltk.core.refactoring with parameters of type TextEditGroupModifierConstructorDescriptionTextEditBasedChangeGroup(TextEditBasedChange change, TextEditGroup group) Creates newTextEditBasedChangeGroupfor the givenTextEditBasedChangeandTextEditGroup.TextEditChangeGroup(TextChange change, TextEditGroup group) Creates newTextEditChangeGroupfor the givenTextChangeandTextEditGroup.