Class BasicXListUI.FocusHandler
- java.lang.Object
-
- org.jdesktop.swingx.plaf.basic.core.BasicXListUI.FocusHandler
-
- All Implemented Interfaces:
FocusListener
,EventListener
- Enclosing class:
- BasicXListUI
public class BasicXListUI.FocusHandler extends Object implements FocusListener
This inner class is marked "public" due to a compiler bug. This class should be treated as a "protected" inner class. Instantiate it only within subclasses of BasicTableUI.
-
-
Constructor Summary
Constructors Constructor Description FocusHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
focusGained(FocusEvent e)
void
focusLost(FocusEvent e)
protected void
repaintCellFocus()
-
-
-
Method Detail
-
repaintCellFocus
protected void repaintCellFocus()
-
focusGained
public void focusGained(FocusEvent e)
- Specified by:
focusGained
in interfaceFocusListener
-
focusLost
public void focusLost(FocusEvent e)
- Specified by:
focusLost
in interfaceFocusListener
-
-