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 |
DocumentChange
A text change that operates directly on instances of
IDocument . |
class |
MultiStateTextFileChange
A multi state text file change is a special change object that applies a sequence of
text edit trees to a document. |
class |
TextChange
A text change is a special change object that applies a
text edit tree to a document. |
class |
TextFileChange
A special
TextChange that operates on a IFile . |
Modifier and Type | Method and Description |
---|---|
TextEditBasedChange |
TextEditBasedChangeGroup.getTextEditChange()
Returns the text edit change this group belongs to.
|
Constructor and Description |
---|
TextEditBasedChangeGroup(TextEditBasedChange change,
TextEditGroup group)
Creates new
TextEditBasedChangeGroup for the given
TextEditBasedChange and TextEditGroup . |
Modifier and Type | Method and Description |
---|---|
TextEditBasedChange |
TextEditChangeNode.getTextEditBasedChange()
Returns the
TextEditBasedChange this node is
associated with. |
Constructor and Description |
---|
TextEditChangeNode(TextEditBasedChange change)
Creates a new text edit change node for the given change.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.