Class BasicListUI.FocusHandler
java.lang.Object
javax.swing.plaf.basic.BasicListUI.FocusHandler
- All Implemented Interfaces:
- FocusListener,- EventListener
- Enclosing class:
- BasicListUI
This class should be treated as a "protected" inner class.
 Instantiate it only within subclasses of 
BasicListUI.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidInvoked when a component gains the keyboard focus.voidInvoked when a component loses the keyboard focus.protected voidRepaints focused cells.
- 
Constructor Details- 
FocusHandlerpublic FocusHandler()Constructs aFocusHandler.
 
- 
- 
Method Details- 
repaintCellFocusprotected void repaintCellFocus()Repaints focused cells.
- 
focusGainedDescription copied from interface:FocusListenerInvoked when a component gains the keyboard focus.- Specified by:
- focusGainedin interface- FocusListener
- Parameters:
- e- the event to be processed
 
- 
focusLostDescription copied from interface:FocusListenerInvoked when a component loses the keyboard focus.- Specified by:
- focusLostin interface- FocusListener
- Parameters:
- e- the event to be processed
 
 
-