Interface HandleTracker

All Superinterfaces:
Tracker
All Known Implementing Classes:
SimpleHandleTracker

public interface HandleTracker extends Tracker
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