Eclipse Platform
Release 3.3

org.eclipse.ltk.core.refactoring
Class TextEditChangeGroup

java.lang.Object
  extended byorg.eclipse.ltk.core.refactoring.TextEditBasedChangeGroup
      extended byorg.eclipse.ltk.core.refactoring.TextEditChangeGroup

public class TextEditChangeGroup
extends TextEditBasedChangeGroup

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:
TextEditGroup

Constructor Summary
TextEditChangeGroup(TextChange change, TextEditGroup group)
          Creates new TextEditChangeGroup for the given TextChange and TextEditGroup.
 
Method Summary
 TextChange getTextChange()
          Returns 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextEditChangeGroup

public TextEditChangeGroup(TextChange change,
                           TextEditGroup group)
Creates new TextEditChangeGroup for the given TextChange and TextEditGroup.

Parameters:
change - the change owning this text edit change group
group - the underlying text edit group
Method Detail

getTextChange

public TextChange getTextChange()
Returns the text change this group belongs to.

Returns:
the text change this group belongs to

Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.