java.lang.Object
javax.swing.plaf.basic.BasicListUI.FocusHandler
- All Implemented Interfaces:
- FocusListener,- EventListener
- Enclosing class:
- BasicListUI
public class BasicListUI.FocusHandler extends Object implements FocusListener
This class should be treated as a "protected" inner class.
 Instantiate it only within subclasses of 
BasicListUI.- 
Constructor SummaryConstructors Constructor Description FocusHandler()
- 
Method SummaryModifier and Type Method Description protected voidrepaintCellFocus()Repaints focused cells.
- 
Constructor Details- 
FocusHandlerpublic FocusHandler()
 
- 
- 
Method Details- 
repaintCellFocusprotected void repaintCellFocus()Repaints focused cells.
 
-