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 TypeMethodDescriptionvoid
void
protected void
Repaints focused cells.
-
Constructor Details
-
FocusHandler
public FocusHandler()Constructs aFocusHandler
.
-
-
Method Details
-
repaintCellFocus
protected void repaintCellFocus()Repaints focused cells. -
focusGained
- Specified by:
focusGained
in interfaceFocusListener
-
focusLost
- Specified by:
focusLost
in interfaceFocusListener
-