- 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 ofBasicListUI
.
-
-
Constructor Summary
Constructors Constructor Description FocusHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
repaintCellFocus()
Repaints focused cells.-
Methods declared in interface java.awt.event.FocusListener
focusGained, focusLost
-
-