Package | Description |
---|---|
org.eclipse.ltk.core.refactoring |
Application programmer interface to implement semantic preserving workspace transformations.
|
org.eclipse.ltk.ui.refactoring |
Application programming interface to implement a wizard based user interface for refactorings.
|
Modifier and Type | Class and Description |
---|---|
class |
TextEditChangeGroup
This class is a wrapper around a
TextEditGroup
adding support for marking a group as active and inactive. |
Modifier and Type | Method and Description |
---|---|
TextEditBasedChangeGroup[] |
TextEditBasedChange.getChangeGroups()
Returns the
text edit change groups managed by this
buffer change. |
Modifier and Type | Method and Description |
---|---|
void |
TextEditBasedChange.addChangeGroup(TextEditBasedChangeGroup group)
Adds a
text edit change group . |
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) |
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.
|
Modifier and Type | Method and Description |
---|---|
static TextEditChangeNode.ChildNode |
TextEditChangeNode.createTextEditGroupNode(TextEditChangeNode.ChildNode parent,
TextEditBasedChangeGroup changeGroup)
Creates a new child node for the given parent and change group.
|
static TextEditChangeNode.ChildNode |
TextEditChangeNode.createTextEditGroupNode(TextEditChangeNode parent,
TextEditBasedChangeGroup changeGroup)
Creates a new child node for the given parent and change group.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.