|
Eclipse JDT Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextEditChangeGroup | |
org.eclipse.ltk.core.refactoring | Application programmer interface to implement semantic preserving workspace transformations. |
Uses of TextEditChangeGroup in org.eclipse.ltk.core.refactoring |
Methods in org.eclipse.ltk.core.refactoring that return TextEditChangeGroup | |
TextEditChangeGroup[] |
TextChange.getTextEditChangeGroups()
Returns the text edit change groups managed by this
text change. |
Methods in org.eclipse.ltk.core.refactoring with parameters of type TextEditChangeGroup | |
void |
TextChange.addTextEditChangeGroup(TextEditChangeGroup group)
Adds a text edit change group . |
String |
TextChange.getPreviewContent(TextEditChangeGroup[] changeGroups,
org.eclipse.jface.text.IRegion region,
boolean expandRegionToFullLine,
int surroundingLines,
org.eclipse.core.runtime.IProgressMonitor pm)
Returns a preview of the text change clipped to a specific region. |
|
Eclipse JDT Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |