Eclipse Platform
Release 3.0

Uses of Class
org.eclipse.text.edits.CopySourceEdit

Packages that use CopySourceEdit
org.eclipse.text.edits   
 

Uses of CopySourceEdit in org.eclipse.text.edits
 

Methods in org.eclipse.text.edits that return CopySourceEdit
 CopySourceEdit CopyTargetEdit.getSourceEdit()
          Returns the associated source edit or null if no source edit is associated yet.
 

Methods in org.eclipse.text.edits with parameters of type CopySourceEdit
 void CopyTargetEdit.setSourceEdit(CopySourceEdit edit)
          Sets the source edit.
 boolean TextEditVisitor.visit(CopySourceEdit edit)
          Visits a CopySourceEdit instance.
 

Constructors in org.eclipse.text.edits with parameters of type CopySourceEdit
CopyTargetEdit(int offset, CopySourceEdit source)
          Constructs an new copy target edit
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

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