Package | Description |
---|---|
com.yworks.yfiles.view.input |
Contains definitions, default implementations, and support classes that deal with the user interaction in a
CanvasControl in general, as well as specialized utility classes and IInputMode implementations that can be used to work with and edit IGraph instances in a GraphControl . |
Modifier and Type | Class and Description |
---|---|
class |
ConstrainedDragHandler<TWrapped extends IDragHandler>
A utility implementation of the
IDragHandler interface that can be used to constrain the movement of an existing
instance. |
Modifier and Type | Interface and Description |
---|---|
interface |
IHandle
Interface for a handle that can be displayed in a
CanvasControl as a UI element for the
user to modify the contents of the control. |
interface |
IPositionHandler
Interface for an object that can handle the position of an item displayed in a
CanvasControl . |
Modifier and Type | Class and Description |
---|---|
class |
ConstrainedDragHandler<TWrapped extends IDragHandler>
A utility implementation of the
IDragHandler interface that can be used to constrain the movement of an existing
instance. |
class |
ConstrainedHandle
A convenience implementation of the
IHandle interface that can be used to constrain the handle of an item. |
class |
ConstrainedPositionHandler
A convenience implementation of the
IPositionHandler interface that can be used to constrain the position of an
item. |
class |
LabelPositionHandler
An implementation of
IPositionHandler that shows the various label position candidates and lets the user move a
label to one of those candidate positions. |
class |
PortLocationModelParameterHandle
An implementation of the
IHandle that can be used to move an IPort interactively by assigning new
IPortLocationModelParameter s to the LocationParameter . |
class |
PortRelocationHandle
A sophisticated implementation of the
IHandle interface that lets the user change an edge's source
and target port . |
class |
RectangleHandle
A more sophisticated
IHandle implementation that modifies a rectangle. |
class |
ReparentStripePositionHandler
Customized
IPositionHandler implementation that moves a stripe in the table hierarchy when the stripe is
dragged. |
class |
ReshapeHandlerHandle
A more sophisticated
IHandle implementation that delegates to a IReshapeHandler . |