|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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.
TextEditGroup
Constructor Summary | |
---|---|
TextEditChangeGroup(TextChange change,
TextEditGroup group)
Creates new TextEditChangeGroup for the given
TextChange and TextEditGroup . |
Method Summary | |
---|---|
String |
getName()
Returns the groups's name by forwarding the method to the underlying text edit group. |
IRegion |
getRegion()
Returns the region covered by the underlying text edit group. |
TextChange |
getTextChange()
Returns the text change this group belongs to. |
TextEditGroup |
getTextEditGroup()
Returns the underlying text edit group. |
TextEdit[] |
getTextEdits()
Returns the text edits managed by the underlying text edit group. |
boolean |
isEnabled()
Returns whether the group is enabled or not. |
void |
setEnabled(boolean enabled)
Marks the group as enabled or disabled. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
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 groupMethod Detail |
public String getName()
public void setEnabled(boolean enabled)
enabled
- true
to mark this group
as enabled, false
to mark it as disabledpublic boolean isEnabled()
true
if the group is marked as
enabled; false
otherwisepublic TextChange getTextChange()
public TextEditGroup getTextEditGroup()
public IRegion getRegion()
public TextEdit[] getTextEdits()
|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.