Package org.jdesktop.swingx.plaf.basic
Class BasicYListUI.FocusHandler
java.lang.Object
org.jdesktop.swingx.plaf.basic.BasicYListUI.FocusHandler
- All Implemented Interfaces:
FocusListener,EventListener
- Enclosing class:
- BasicYListUI
This class should be treated as a "protected" inner class.
Instantiate it only within subclasses.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidprotected voidRepaints focused cells.
-
Constructor Details
-
FocusHandler
public FocusHandler()Constructs aFocusHandler.
-
-
Method Details
-
repaintCellFocus
protected void repaintCellFocus()Repaints focused cells. -
focusGained
- Specified by:
focusGainedin interfaceFocusListener
-
focusLost
- Specified by:
focusLostin interfaceFocusListener
-