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 classCategorizedTextEditGroupA 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 TextEditGroupTextEditBasedChangeGroup. getTextEditGroup()Returns the underlying text edit group.Methods in org.eclipse.ltk.core.refactoring with parameters of type TextEditGroup Modifier and Type Method Description voidTextChange. 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 TextEditGroup Constructor Description TextEditBasedChangeGroup(TextEditBasedChange change, TextEditGroup group)Creates newTextEditBasedChangeGroupfor the givenTextEditBasedChangeandTextEditGroup.TextEditChangeGroup(TextChange change, TextEditGroup group)Creates newTextEditChangeGroupfor the givenTextChangeandTextEditGroup.
-