|
Swing 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.plaf.basic.BasicTreeUI.FocusHandler
Repaints the lead selection row when focus is lost/gained.
Constructor Summary | |
BasicTreeUI.FocusHandler()
|
Method Summary | |
void |
focusGained(java.awt.event.FocusEvent e)
Invoked when focus is activated on the tree we're in, redraws the lead row. |
void |
focusLost(java.awt.event.FocusEvent e)
Invoked when focus is activated on the tree we're in, redraws the lead row. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public BasicTreeUI.FocusHandler()
Method Detail |
public void focusGained(java.awt.event.FocusEvent e)
public void focusLost(java.awt.event.FocusEvent e)
|
Swing 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |