public abstract class FocusTracker
extends Object
A base class for implementations that have to track the current keyboard focus. This class takes care of all change
events regarding the focus-manager and channels all focus-change events through a single update method.
- Author:
- Thomas Morgner