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 {@link JSlider} has gained focus. |
void | focusLost(FocusEvent e)
Called when the {@link JSlider} has lost focus. |
Parameters: e A {@link FocusEvent}.
Parameters: e A {@link FocusEvent}.