Package | Description |
---|---|
org.eclipse.gef4.mvc.fx.tools |
This package contains JavaFX-specific
ITool implementations for different
interactions (e.g. mouse drag). |
Modifier and Type | Class and Description |
---|---|
class |
FXClickDragTool
An
ITool to handle click/drag interaction gestures. |
class |
FXHoverTool
The
FXHoverTool is an AbstractTool that handles mouse hover
changes. |
class |
FXPinchSpreadTool
The
FXPinchSpreadTool is an AbstractTool to handle
pinch/spread (zoom) interaction gestures. |
class |
FXRotateTool
The
FXRotateTool is an AbstractTool to handle rotate
interaction gestures. |
class |
FXScrollTool
The
FXScrollTool is an AbstractTool that handles mouse scroll
events. |
class |
FXTypeTool
The
FXTypeTool is an AbstractTool that handles keyboard
input. |
Copyright (c) 2014 itemis AG and others. All rights reserved.