public interface FocusTracker
| Modifier and Type | Method and Description |
|---|---|
void |
focusChanged(boolean focused)
Informs about component(s) focus changes depending on tracker settings.
|
boolean |
isTrackingEnabled()
Returns whether tracking is currently enabled or not.
|
boolean |
isUniteWithChilds()
Returns whether component and its childs in components tree should be counted as a single component or not.
|
boolean isTrackingEnabled()
boolean isUniteWithChilds()
void focusChanged(boolean focused)
focused - whether tracked component(s) is focused or not