- 
- 
Method Summary
- 
Methods declared in class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
 
 
- 
- 
Constructor Detail
- 
FocusHandlerpublic FocusHandler() 
 
 
- 
Method Detail
- 
focusGainedpublic void focusGained(FocusEvent e) Invoked when focus is activated on the tree we're in, redraws the
 lead row. 
- Specified by:
- focusGainedin interface- FocusListener
- Parameters:
- e- the event to be processed
 
 
- 
focusLostpublic void focusLost(FocusEvent e) Invoked when focus is activated on the tree we're in, redraws the
 lead row. 
- Specified by:
- focusLostin interface- FocusListener
- Parameters:
- e- the event to be processed