Package | Description |
---|---|
org.eclipse.ltk.core.refactoring |
Application programmer interface to implement semantic preserving workspace transformations.
|
Modifier and Type | Method and Description |
---|---|
TextEditChangeGroup[] |
TextChange.getTextEditChangeGroups()
Returns the
text edit change groups managed by this
text change. |
Modifier and Type | Method and Description |
---|---|
void |
TextChange.addTextEditChangeGroup(TextEditChangeGroup group)
Adds a
text edit change group . |
String |
TextChange.getPreviewContent(TextEditChangeGroup[] changeGroups,
IRegion region,
boolean expandRegionToFullLine,
int surroundingLines,
IProgressMonitor pm)
Returns a preview of the text change clipped to a specific region.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.