public class TextEditChangeGroup extends TextEditBasedChangeGroup
TextEditGroup
adding support for marking a group as active and inactive.
Note: this class is not intended to be extended by clients.
TextEditGroup
Constructor and Description |
---|
TextEditChangeGroup(TextChange change,
TextEditGroup group)
Creates new
TextEditChangeGroup for the given
TextChange and TextEditGroup . |
Modifier and Type | Method and Description |
---|---|
TextChange |
getTextChange()
Returns the text change this group belongs to.
|
getGroupCategorySet, getName, getRegion, getTextEditChange, getTextEditGroup, getTextEdits, isEnabled, setEnabled
public TextEditChangeGroup(TextChange change, TextEditGroup group)
TextEditChangeGroup
for the given
TextChange
and TextEditGroup
.change
- the change owning this text edit change groupgroup
- the underlying text edit grouppublic TextChange getTextChange()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.