javax.swing.plaf.basic
public class BasicSliderUI.FocusHandler extends Object implements FocusListener
UNKNOWN: Apparently this class was intended to be protected, but was made public by a compiler bug and is now public for compatibility.
| Method Summary | |
|---|---|
| void | focusGained(FocusEvent e)
Called when the JSlider has gained focus. |
| void | focusLost(FocusEvent e)
Called when the JSlider has lost focus. |
Parameters: e A FocusEvent.
Parameters: e A FocusEvent.