Package | Description |
---|---|
org.eclipse.gef4.mvc.fx.policies |
This package contains all
IPolicy
implementations contributed by MVC.FX. |
org.eclipse.gef4.mvc.fx.tools |
This package contains JavaFX-specific
ITool implementations for different
interactions (e.g. mouse drag). |
Class and Description |
---|
AbstractFXInteractionPolicy
The
AbstractFXInteractionPolicy extends the
AbstractInteractionPolicy and binds its visual root parameter to
Node . |
CursorSupport
The
CursorSupport provides methods for changing and restoring the
mouse cursor. |
FXBendConnectionPolicy
The
FXBendConnectionPolicy can be used to manipulate the points
constituting an Connection , i.e. its start, way, and end points. |
FXChangeViewportPolicy |
FXResizePolicy |
FXTransformPolicy
The
FXTransformPolicy is a JavaFX-specific
AbstractTransformPolicy that handles the transformation of its
host . |
IFXOnClickPolicy
An interaction policy that implements the
IFXOnClickPolicy interface
will be notified about mouse click events by the FXClickDragTool . |
IFXOnDragPolicy
An interaction policy that implements the
IFXOnDragPolicy interface
will be notified about mouse press-drag-release events by the
FXClickDragTool . |
IFXOnHoverPolicy
An interaction policy that implements the
IFXOnHoverPolicy interface
will be notified about mouse hover events by the FXHoverTool . |
IFXOnPinchSpreadPolicy
An interaction policy that implements the
IFXOnPinchSpreadPolicy
interface will be notified about touch pinch/spread events by the
FXPinchSpreadTool . |
IFXOnRotatePolicy
An interaction policy that implements the
IFXOnRotatePolicy interface
will be notified about touch rotate events by the FXRotateTool . |
IFXOnScrollPolicy
An interaction policy that implements the
IFXOnScrollPolicy interface
will be notified about scroll events (mouse wheel or touch) by the
FXScrollTool . |
IFXOnTypePolicy
An interaction policy that implements the
IFXOnTypePolicy interface
will be notified about keyboard events by the FXTypeTool . |
Class and Description |
---|
IFXOnClickPolicy
An interaction policy that implements the
IFXOnClickPolicy interface
will be notified about mouse click events by the FXClickDragTool . |
IFXOnDragPolicy
An interaction policy that implements the
IFXOnDragPolicy interface
will be notified about mouse press-drag-release events by the
FXClickDragTool . |
IFXOnHoverPolicy
An interaction policy that implements the
IFXOnHoverPolicy interface
will be notified about mouse hover events by the FXHoverTool . |
IFXOnPinchSpreadPolicy
An interaction policy that implements the
IFXOnPinchSpreadPolicy
interface will be notified about touch pinch/spread events by the
FXPinchSpreadTool . |
IFXOnRotatePolicy
An interaction policy that implements the
IFXOnRotatePolicy interface
will be notified about touch rotate events by the FXRotateTool . |
IFXOnScrollPolicy
An interaction policy that implements the
IFXOnScrollPolicy interface
will be notified about scroll events (mouse wheel or touch) by the
FXScrollTool . |
IFXOnTypePolicy
An interaction policy that implements the
IFXOnTypePolicy interface
will be notified about keyboard events by the FXTypeTool . |
Copyright (c) 2014 itemis AG and others. All rights reserved.