Package | Description |
---|---|
org.eclipse.ltk.core.refactoring |
Application programmer interface to implement semantic preserving workspace transformations.
|
Modifier and Type | Class and Description |
---|---|
class |
CategorizedTextEditGroup
A special text edit group that manages an additional set of
group categories.
|
Modifier and Type | Method and Description |
---|---|
TextEditGroup |
TextEditBasedChangeGroup.getTextEditGroup()
Returns the underlying text edit group.
|
Modifier and Type | Method and Description |
---|---|
void |
TextEditBasedChange.addTextEditGroup(TextEditGroup group)
Adds a
text edit group . |
void |
TextChange.addTextEditGroup(TextEditGroup group)
Adds a
text edit group . |
Constructor and Description |
---|
TextEditBasedChangeGroup(TextEditBasedChange change,
TextEditGroup group)
Creates new
TextEditBasedChangeGroup for the given
TextEditBasedChange and TextEditGroup . |
TextEditChangeGroup(TextChange change,
TextEditGroup group)
Creates new
TextEditChangeGroup for the given
TextChange and TextEditGroup . |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.