Eclipse JDT
Release 3.0

Uses of Class
org.eclipse.ltk.core.refactoring.TextChange

Packages that use TextChange
org.eclipse.ltk.core.refactoring Application programmer interface to implement semantic preserving workspace transformations. 
 

Uses of TextChange in org.eclipse.ltk.core.refactoring
 

Subclasses of TextChange in org.eclipse.ltk.core.refactoring
 class DocumentChange
          A text change that operates directly on instances of IDocument.
 class TextFileChange
          A special TextChange that operates on a IFile.
 

Methods in org.eclipse.ltk.core.refactoring that return TextChange
 TextChange TextEditChangeGroup.getTextChange()
          Returns the text change this group belongs to.
 

Constructors in org.eclipse.ltk.core.refactoring with parameters of type TextChange
TextEditChangeGroup(TextChange change, TextEditGroup group)
          Creates new TextEditChangeGroup for the given TextChange and TextEditGroup.
 


Eclipse JDT
Release 3.0

Copyright (c) IBM Corp. and others 2000, 2004. All Rights Reserved.