public class BasicSliderUI.FocusHandler extends Objectimplements FocusListener
This class should be treated as a "protected" inner class. Instantiate it only within subclasses of Foo.
| Constructor and Description |
|---|
FocusHandler()
|
| Modifier and Type | Method and Description |
|---|---|
void |
focusGained(FocusEvent
Invoked when a component gains the keyboard focus.
|
void |
focusLost(FocusEvent
Invoked when a component loses the keyboard focus.
|
public void focusGained(FocusEvente)
FocusListener
public void focusLost(FocusEvente)
FocusListener