- All Superinterfaces:
Tracker
- All Known Implementing Classes:
SimpleHandleTracker
A handle tracker provides the behavior for manipulating a
Handle of a figure to the SelectionTool.
A HandleTracker should set the Node.accessibleTextProperty()
and Node.accessibleHelpProperty() of its own Node, to the
values of the corresponding properties in the Node provided
by the current Handle.
- Author:
- Werner Randelshofer
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetHandles(@Nullable Handle handle, Collection<Figure> compatibleFigures) Methods inherited from interface org.jhotdraw8.draw.tool.Tracker
getNode, trackKeyPressed, trackKeyReleased, trackKeyTyped, trackMouseClicked, trackMouseDragged, trackMousePressed, trackMouseReleased
-
Method Details
-
setHandles
-