javax.swing.plaf.basic
public class BasicListUI.FocusHandler extends Object implements FocusListener
| Method Summary | |
|---|---|
| void | focusGained(FocusEvent e)
Called when the JList acquires focus.
|
| void | focusLost(FocusEvent e)
Called when the JList loses focus.
|
| protected void | repaintCellFocus()
Helper method to repaint the focused cell's
lost or acquired focus state. |
Parameters: e The FocusEvent representing focus acquisition
Parameters: e The FocusEvent representing focus loss