This folder and its subfolders contain demo applications which demonstrate how to use and customize the graph editing features provided by yFiles for JavaFX.
Demo | Description |
---|---|
CustomLabelModel | Customize label placement model. |
CustomPortModel | Customize port location model. |
ContextMenu | Create a context menu for graph items and manage it. |
CustomSnapping | This demo shows how to customize SnapLine behaviour. |
DragAndDrop | Shows the drag and drop support provided by yFiles for JavaFX. |
EdgeReconnectionPortCandidateProvider | Demo code that shows how to customize the reconnection behavior for existing edges. |
LabelHandleProvider | Enable interactive rotating and resizing labels. |
LensInputMode | This demo shows how to use a specialized LensInputMode to display the part of the graph the pointer is hovering over in a kind of magnifying glass. |
OrthogonalEdges | Customize orthogonal edge editing. |
PortCandidateProvider | Customize the ports at which edges connect to nodes. |
PositionHandler | Demo code that shows how to customize the movement behavior of INode s. |
ReparentHandler | Demo code that shows how to customize the reparent gesture in a grouped graph. |
ReshapeHandleProvider | Implements a custom IReshapeHandleProvider . |
ReshapeHandleProviderConfiguration | Customize the reshape behavior of nodes. |
SingleSelection | Configure the GraphEditorInputMode for single selection mode. |
SizeConstraintProvider | Demo code that shows how to customize the resizing behavior of INode s. |