ITool
implementations for different
interactions (e.g. mouse drag).See: Description
Interface | Description |
---|---|
ITargetPolicyResolver |
The
ITargetPolicyResolver provides a mechanism to determine and
prioritize all policies that are to be notified about certain input events
(see ITargetPolicyResolver.getTargetPolicies(ITool, Node, Class) for details). |
Class | Description |
---|---|
DefaultTargetPolicyResolver |
The
DefaultTargetPolicyResolver is an ITargetPolicyResolver
that works in two stages:
Examining the active policies of other tools to find "multi-gesture"
policies that implement or extend the given target policy type. |
FXClickDragTool |
An
ITool to handle click/drag interaction gestures. |
FXHoverTool |
The
FXHoverTool is an AbstractTool that handles mouse hover
changes. |
FXPinchSpreadTool |
The
FXPinchSpreadTool is an AbstractTool to handle
pinch/spread (zoom) interaction gestures. |
FXRotateTool |
The
FXRotateTool is an AbstractTool to handle rotate
interaction gestures. |
FXScrollTool |
The
FXScrollTool is an AbstractTool that handles mouse scroll
events. |
FXTypeTool |
The
FXTypeTool is an AbstractTool that handles keyboard
input. |
ITool
implementations for different
interactions (e.g. mouse drag).Copyright (c) 2014 itemis AG and others. All rights reserved.