Package org.eclipse.gef.requests
Interface DropRequest
-
- All Known Implementing Classes:
AlignmentRequest,ChangeBoundsRequest,CreateConnectionRequest,CreateRequest,ReconnectRequest
public interface DropRequestA request that requires a location in order to drop an item.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.draw2d.geometry.PointgetLocation()Returns the current mouse location.
-