Eclipse GEF
2.1

org.eclipse.gef.requests
Interface TargetRequest

All Known Implementing Classes:
CreateConnectionRequest, ReconnectRequest

public interface TargetRequest

A request that involves a target EditPart.


Method Summary
 void setTargetEditPart(EditPart part)
          Sets the target EditPart.
 

Method Detail

setTargetEditPart

public void setTargetEditPart(EditPart part)
Sets the target EditPart.

Parameters:
part - the target EditPart

Eclipse GEF
2.1

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