|
|
|
|
Uses of Class org.eclipse.ltk.core.refactoring.TextEditBasedChangeGroup
Methods in
org.eclipse.ltk.core.refactoring with parameters of type
TextEditBasedChangeGroup
|
void
|
TextEditBasedChange.
addChangeGroup
(
TextEditBasedChangeGroup group)
Adds a
text edit change group . |
String
|
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
String
|
TextEditBasedChange.
getPreviewContent
(
TextEditBasedChangeGroup[] changeGroups,
IRegion region,
boolean expandRegionToFullLine,
int surroundingLines,
IProgressMonitor pm)
Returns a preview of the text edit change clipped to a specific region. |
String
|
MultiStateTextFileChange.
getPreviewContent
(
TextEditBasedChangeGroup[] groups,
IRegion region,
boolean expand,
int surround,
IProgressMonitor monitor)
|
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|
|