public class BasicListUI.FocusHandler extends java.lang.Object implements java.awt.event.FocusListener
FocusEvents
from the JList.| Constructor and Description |
|---|
BasicListUI.FocusHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
focusGained(java.awt.event.FocusEvent e)
Called when the JList acquires focus.
|
void |
focusLost(java.awt.event.FocusEvent e)
Called when the JList loses focus.
|
protected void |
repaintCellFocus()
Helper method to repaint the focused cell's
lost or acquired focus state.
|
public BasicListUI.FocusHandler()
public void focusGained(java.awt.event.FocusEvent e)
focusGained in interface java.awt.event.FocusListenere - The FocusEvent representing focus acquisitionpublic void focusLost(java.awt.event.FocusEvent e)
focusLost in interface java.awt.event.FocusListenere - The FocusEvent representing focus lossprotected void repaintCellFocus()