Uses of Class
org.eclipse.ltk.core.refactoring.TextEditChangeGroup
Package
Description
Application programmer interface to implement semantic preserving workspace transformations.
-
Uses of TextEditChangeGroup in org.eclipse.ltk.core.refactoring
Modifier and TypeMethodDescriptionTextChange.getTextEditChangeGroups()
Returns thetext edit change groups
managed by this text change.Modifier and TypeMethodDescriptionvoid
TextChange.addTextEditChangeGroup
(TextEditChangeGroup group) Adds atext edit change group
.TextChange.getPreviewContent
(TextEditChangeGroup[] changeGroups, IRegion region, boolean expandRegionToFullLine, int surroundingLines, IProgressMonitor pm) Returns a preview of the text change clipped to a specific region.