Package org.eclipse.gef.requests
Class LocationRequest
- java.lang.Object
-
- org.eclipse.gef.Request
-
- org.eclipse.gef.requests.LocationRequest
-
- Direct Known Subclasses:
BendpointRequest,DirectEditRequest,ReconnectRequest,SelectionRequest
public class LocationRequest extends Request
A Request that needs to keep track of a location.
-
-
Constructor Summary
Constructors Constructor Description LocationRequest()Constructs a LocationRequest with no type.LocationRequest(java.lang.Object type)Constructs a LocationRequest with the given type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.draw2d.geometry.PointgetLocation()Returns the current location.voidsetLocation(org.eclipse.draw2d.geometry.Point p)Sets the current location.-
Methods inherited from class org.eclipse.gef.Request
getExtendedData, getType, setExtendedData, setType
-
-