IPolicy
implementations contributed by MVC.FX.See: Description
Class | Description |
---|---|
AbstractFXOnClickPolicy |
An
AbstractFXOnClickPolicy is called upon mouse click events by the
FXClickDragTool . |
AbstractFXOnDragPolicy |
An
AbstractFXOnDragPolicy is called upon mouse drag events by the
FXClickDragTool . |
AbstractFXOnHoverPolicy |
An
AbstractFXOnHoverPolicy is called upon mouse hover events by the
FXHoverTool . |
AbstractFXOnPinchSpreadPolicy |
An
AbstractFXOnPinchSpreadPolicy is called upon touch pinch/spreadd
events by the FXPinchSpreadTool . |
AbstractFXOnRotatePolicy |
An
AbstractFXOnRotatePolicy is called upon touch rotate events by the
FXRotateTool . |
AbstractFXOnScrollPolicy |
An
AbstractFXOnScrollPolicy is called upon mouse scroll events by the
FXScrollTool . |
AbstractFXOnTypePolicy |
An
AbstractFXOnTypePolicy is called upon keyboard events by the
FXTypeTool . |
FXBendOnSegmentHandleDragPolicy |
The
FXBendOnSegmentHandleDragPolicy is an
AbstractFXOnDragPolicy that can be installed on the handle parts of
an FXConnection , so that the user is able to manipulate that
connection by dragging its handles. |
FXBendPolicy |
The
FXBendPolicy can be used to manipulate the points constituting an
FXConnection , i.e. its start point, way points, and end point. |
FXChangeViewportPolicy | |
FXDeleteSelectedOnTypePolicy |
The
FXDeleteSelectedOnTypePolicy is an AbstractFXOnTypePolicy
that performs content deletion upon the press of a key. |
FXFocusAndSelectOnClickPolicy |
The
FXFocusAndSelectOnClickPolicy is an
AbstractFXOnClickPolicy that focuses and selects its
host by altering the FocusModel and the
SelectionModel when the host is clicked by the
mouse. |
FXHoverOnHoverPolicy |
The
FXHoverOnHoverPolicy is an AbstractFXOnHoverPolicy that
hovers its host by altering the HoverModel when
the host is hovered by the mouse. |
FXMarqueeOnDragPolicy |
The
FXMarqueeOnDragPolicy is an AbstractFXOnDragPolicy that
performs marquee selection when the mouse is dragged. |
FXPanOnScrollPolicy |
The
FXPanOnScrollPolicy is an AbstractFXOnScrollPolicy that
pans (i.e. moves/scrolls) the viewport upon scrolling the mouse wheel. |
FXPanOnTypePolicy |
The
FXPanOnTypePolicy is an AbstractFXOnTypePolicy that
performs viewport panning via the keyboard. |
FXRelocateConnectionPolicy |
The
FXRelocateConnectionPolicy is an FXTransformPolicy that
is adjusted for the relocation of an FXConnection . |
FXRelocateOnDragPolicy |
The
FXRelocateOnDragPolicy is an AbstractFXOnDragPolicy that
relocates its host when it is dragged with the mouse. |
FXResizePolicy | |
FXResizeRelocateOnHandleDragPolicy |
The
FXResizeRelocateOnHandleDragPolicy is an
AbstractFXOnDragPolicy that handles the resize and relocation of its
(selected) first anchorage when an AbstractFXSegmentHandlePart of the
box selection of the first anchorage is dragged with the mouse. |
FXResizeRelocatePolicy |
The
FXResizeRelocatePolicy is a transactional
policy that handles the resize and relocation of its
host . |
FXRotatePolicy | |
FXRotateSelectedOnHandleDragPolicy |
The
FXRotateSelectedOnHandleDragPolicy is an
AbstractFXOnDragPolicy that rotates the whole selection when a selection handle is dragged. |
FXRotateSelectedOnRotatePolicy |
The
FXRotateSelectedOnRotatePolicy is an
AbstractFXOnRotatePolicy that rotates the whole selection when its host experiences a touch rotate
gesture. |
FXScaleRelocateOnHandleDragPolicy |
The
FXScaleRelocateOnHandleDragPolicy is an
AbstractFXOnDragPolicy that relocates and scales the whole
selection when its host (a box selection handle,
AbstractFXSegmentHandlePart ) is dragged. |
FXScaleRelocatePolicy |
The
FXScaleRelocatePolicy is a transactional
policy that handles the scaling/relocation of its
host . |
FXTransformPolicy | |
FXZoomOnPinchSpreadPolicy |
An
AbstractFXOnPinchSpreadPolicy that performs zooming. |
FXZoomOnScrollPolicy |
The
FXZoomOnScrollPolicy is an AbstractFXOnScrollPolicy that
scales the viewport when the user scroll with the mouse wheel while pressing
either <Control> or <Alt> . |
IPolicy
implementations contributed by MVC.FX.Copyright (c) 2014 itemis AG and others. All rights reserved.