Package org.eclipse.ltk.core.refactoring
Class TextEditChangeGroup
java.lang.Object
org.eclipse.ltk.core.refactoring.TextEditBasedChangeGroup
org.eclipse.ltk.core.refactoring.TextEditChangeGroup
This class is a wrapper around a
TextEditGroup
adding support for marking a group as active and inactive.
Note: this class is not intended to be extended by clients.
- Since:
- 3.0
- See Also:
- Restriction:
- This class is not intended to be subclassed by clients.
-
Constructor Summary
ConstructorDescriptionTextEditChangeGroup
(TextChange change, TextEditGroup group) Creates newTextEditChangeGroup
for the givenTextChange
andTextEditGroup
. -
Method Summary
Modifier and TypeMethodDescriptionReturns the text change this group belongs to.Methods inherited from class org.eclipse.ltk.core.refactoring.TextEditBasedChangeGroup
getGroupCategorySet, getName, getRegion, getTextEditChange, getTextEditGroup, getTextEdits, isEnabled, setEnabled
-
Constructor Details
-
TextEditChangeGroup
Creates newTextEditChangeGroup
for the givenTextChange
andTextEditGroup
.- Parameters:
change
- the change owning this text edit change groupgroup
- the underlying text edit group
-
-
Method Details
-
getTextChange
Returns the text change this group belongs to.- Returns:
- the text change this group belongs to
-