Uses of Class
org.eclipse.ltk.core.refactoring.TextEditBasedChangeGroup
Packages that use TextEditBasedChangeGroup
Package
Description
Application programmer interface to implement semantic preserving workspace transformations.
Application programming interface to implement a wizard based user interface for refactorings.
-
Uses of TextEditBasedChangeGroup in org.eclipse.ltk.core.refactoring
Subclasses of TextEditBasedChangeGroup in org.eclipse.ltk.core.refactoringModifier and TypeClassDescriptionclassThis class is a wrapper around aTextEditGroupadding support for marking a group as active and inactive.Methods in org.eclipse.ltk.core.refactoring that return TextEditBasedChangeGroupModifier and TypeMethodDescriptionfinal TextEditBasedChangeGroup[]TextEditBasedChange.getChangeGroups()Returns thetext edit change groupsmanaged by this buffer change.Methods in org.eclipse.ltk.core.refactoring with parameters of type TextEditBasedChangeGroupModifier and TypeMethodDescriptionvoidTextEditBasedChange.addChangeGroup(TextEditBasedChangeGroup group) Adds atext edit change group.final StringMultiStateTextFileChange.getPreviewContent(TextEditBasedChangeGroup[] groups, IRegion region, boolean expand, int surround, IProgressMonitor monitor) TextChange.getPreviewContent(TextEditBasedChangeGroup[] changeGroups, IRegion region, boolean expandRegionToFullLine, int surroundingLines, IProgressMonitor pm) Returns a preview of the text change clipped to a specific region.abstract StringTextEditBasedChange.getPreviewContent(TextEditBasedChangeGroup[] changeGroups, IRegion region, boolean expandRegionToFullLine, int surroundingLines, IProgressMonitor pm) Returns a preview of the text edit change clipped to a specific region. -
Uses of TextEditBasedChangeGroup in org.eclipse.ltk.ui.refactoring
Methods in org.eclipse.ltk.ui.refactoring with parameters of type TextEditBasedChangeGroupModifier and TypeMethodDescriptionstatic TextEditChangeNode.ChildNodeTextEditChangeNode.createTextEditGroupNode(TextEditChangeNode.ChildNode parent, TextEditBasedChangeGroup changeGroup) Creates a new child node for the given parent and change group.static TextEditChangeNode.ChildNodeTextEditChangeNode.createTextEditGroupNode(TextEditChangeNode parent, TextEditBasedChangeGroup changeGroup) Creates a new child node for the given parent and change group.