Eclipse JDT
Release 3.0

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

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

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

Methods in org.eclipse.ltk.core.refactoring that return TextEditChangeGroup
 TextEditChangeGroup[] TextChange.getTextEditChangeGroups()
          Returns the text edit change groups managed by this text change.
 

Methods in org.eclipse.ltk.core.refactoring with parameters of type TextEditChangeGroup
 void TextChange.addTextEditChangeGroup(TextEditChangeGroup group)
          Adds a text edit change group.
 String TextChange.getPreviewContent(TextEditChangeGroup[] changeGroups, IRegion region, boolean expandRegionToFullLine, int surroundingLines, IProgressMonitor pm)
          Returns a preview of the text change clipped to a specific region.
 


Eclipse JDT
Release 3.0

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