Package org.eclipse.gef.requests
Interface TargetRequest
-
- All Known Implementing Classes:
CreateConnectionRequest,ReconnectRequest
public interface TargetRequestA request that involves a target EditPart.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetTargetEditPart(EditPart part)Sets the target EditPart.
-
-
-
Method Detail
-
setTargetEditPart
void setTargetEditPart(EditPart part)
Sets the target EditPart.- Parameters:
part- the target EditPart
-
-