T - the type of the class implementing this interfacepublic interface Focusable<T>
| Modifier and Type | Method and Description |
|---|---|
T |
focus()
focus the component
|
boolean |
isFocused() |
T |
setFocusColor(Color focusColor)
Set a color to use for focus indicators
|
T |
unfocus()
remove the focus from the component
|
Copyright © 2019–2022 Dominokit. All rights reserved.