Eclipse Platform
Release 3.0

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

Packages that use CopyTargetEdit
org.eclipse.text.edits   
 

Uses of CopyTargetEdit in org.eclipse.text.edits
 

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

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

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


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

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