Class BasicTreeUI.FocusHandler
java.lang.Object
javax.swing.plaf.basic.BasicTreeUI.FocusHandler
- All Implemented Interfaces:
- FocusListener,- EventListener
- Enclosing class:
- BasicTreeUI
Repaints the lead selection row when focus is lost/gained.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidInvoked when focus is activated on the tree we're in, redraws the lead row.voidInvoked when focus is activated on the tree we're in, redraws the lead row.
- 
Constructor Details- 
FocusHandlerpublic FocusHandler()Constructs aFocusHandler.
 
- 
- 
Method Details- 
focusGainedInvoked 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
 
- 
focusLostInvoked 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
 
 
-