| | Class | Description |
|---|
| | BendCreatedEvent |
An Event which is dispatched when a new bend was created. |
| | CompoundMovePortHandle |
A handle implementation that delegates to either a
PortRelocationHandle to reassign an edge to
a different port or to a handle that moves a port. |
| | CompoundMovePortHandleProvider |
A handle provider that provides CompoundMovePortHandle
instances for the source and target ports of an edge. |
| | CreateBendInputMode |
An IInputMode used for recognizing the gesture of creating IBends in an IGraph. |
| | CreateEdgeInputMode |
A specialized IInputMode used for creating edges between nodes
in an IGraph displayed in a CanvasControl. |
| | CroppedPortLocationModelParameterHandle |
A PortLocationModelParameterHandle that restricts the new location of the port to the bounding box
of it's owning INode. |
| | EdgeDragInputModeBase |
A base class IInputMode that can be used to detect mouse drags on IEdges. |
| | EdgeSegmentDirection |
Defines the direction of an edge segment. |
| | GraphEditorEvent |
An Event which is dispatched by the GraphEditorInput mode when a model item
was manipulated by the user. |
| | GraphEditorInputMode |
A complex IInputMode that can be used in a GraphCanvasComponent
to edit an IGraph instance. |
| | GraphMoveInputMode |
A MoveInputMode that supports partial invalidation
of canvas objects using a CanvasObjectDependencyManager. |
| | LabelConfiguration |
Simple implementation of the interface ILabelConfiguration. |
| | NodeDropEvent |
An Event which is dispatched by the NodeDropInputMode mode when a node was created by the user. |
| | NodeDropInputMode |
A DropInputMode specialized to drag 'n' drop INodes. |
| | PortLocationModelParameterHandle |
An implementation of the IHandle that can be used to move an IPort interactively
by assigning new IPortLocationModelParameters to the IPort.locationModelParameter
property. |
| | ReparentNodeHandler |
Simple default implementation of IReparentNodeHandler
that treats control key presses as reparent gestures and allows
for reparenting all nodes. |