Eclipse JDT
Release 3.0

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

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

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

Methods in org.eclipse.ltk.core.refactoring with parameters of type ContentStamp
protected  Change UndoTextFileChange.createUndoChange(org.eclipse.text.edits.UndoEdit edit, ContentStamp stampToRestore)
          Hook to create an undo change for the given undo edit.
protected  Change TextFileChange.createUndoChange(org.eclipse.text.edits.UndoEdit edit, ContentStamp stampToRestore)
          Hook to create an undo change for the given undo edit and content stamp.
 

Constructors in org.eclipse.ltk.core.refactoring with parameters of type ContentStamp
UndoTextFileChange(String name, org.eclipse.core.resources.IFile file, org.eclipse.text.edits.UndoEdit undo, ContentStamp stamp, int saveMode)
          Create a new undo text file change object.
 


Eclipse JDT
Release 3.0

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