public abstract class ConstrainedHandle extends ConstrainedDragHandler<IHandle> implements IHandle
IHandle
interface that can be used to constrain the handle of an item.Modifier | Constructor and Description |
---|---|
protected |
ConstrainedHandle(IHandle wrappedHandle)
Initializes a new instance of the
ConstrainedHandle class that delegates to the wrappedHandle . |
Modifier and Type | Method and Description |
---|---|
Cursor |
getCursor()
Delegates to
WrappedHandler 's Cursor
property. |
HandleTypes |
getType()
Delegates to
WrappedHandler 's Type
property. |
cancelDrag, constrainNewLocation, dragFinished, getLocation, getWrappedHandler, handleMove, initializeDrag, onCanceled, onFinished, onInitialized, onMoved
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
cancelDrag, dragFinished, getLocation, handleMove, initializeDrag
protected ConstrainedHandle(IHandle wrappedHandle)
ConstrainedHandle
class that delegates to the wrappedHandle
.wrappedHandle
- The handle to wrap.public Cursor getCursor()
WrappedHandler
's Cursor
property.public HandleTypes getType()
WrappedHandler
's Type
property.