public class BasicSliderUI.FocusHandler extends java.lang.Object implements java.awt.event.FocusListener
| Constructor and Description |
|---|
BasicSliderUI.FocusHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
focusGained(java.awt.event.FocusEvent e)
Called when the
JSlider has gained focus. |
void |
focusLost(java.awt.event.FocusEvent e)
Called when the
JSlider has lost focus. |
public BasicSliderUI.FocusHandler()
public void focusGained(java.awt.event.FocusEvent e)
JSlider has gained focus. It should repaint
the slider with the focus drawn.focusGained in interface java.awt.event.FocusListenere - A FocusEvent.public void focusLost(java.awt.event.FocusEvent e)
JSlider has lost focus. It should repaint the
slider without the focus drawn.focusLost in interface java.awt.event.FocusListenere - A FocusEvent.