|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.plaf.basic.BasicListUI.FocusHandler
public class BasicListUI.FocusHandler
A helper class which listens for FocusEvent
s
from the JList.
Constructor Summary | |
---|---|
BasicListUI.FocusHandler()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasicListUI.FocusHandler()
Method Detail |
---|
public void focusGained(FocusEvent e)
focusGained
in interface FocusListener
e
- The FocusEvent representing focus acquisitionpublic void focusLost(FocusEvent e)
focusLost
in interface FocusListener
e
- The FocusEvent representing focus lossprotected void repaintCellFocus()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |