Eclipse Platform
Release 3.1

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 target edit or null if no target edit is associated yet.
 

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

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.1

Guidelines for using Eclipse APIs.

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