Class BasicXListUI.FocusHandler
- java.lang.Object
-
- org.jdesktop.swingx.plaf.basic.core.BasicXListUI.FocusHandler
-
- All Implemented Interfaces:
java.awt.event.FocusListener,java.util.EventListener
- Enclosing class:
- BasicXListUI
public class BasicXListUI.FocusHandler extends java.lang.Object implements java.awt.event.FocusListenerThis 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 voidfocusGained(java.awt.event.FocusEvent e)voidfocusLost(java.awt.event.FocusEvent e)protected voidrepaintCellFocus()
-
-
-
Method Detail
-
repaintCellFocus
protected void repaintCellFocus()
-
focusGained
public void focusGained(java.awt.event.FocusEvent e)
- Specified by:
focusGainedin interfacejava.awt.event.FocusListener
-
focusLost
public void focusLost(java.awt.event.FocusEvent e)
- Specified by:
focusLostin interfacejava.awt.event.FocusListener
-
-