org.jdesktop.swingx.plaf.basic.core
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicXListUI.FocusHandler
public BasicXListUI.FocusHandler()
repaintCellFocus
protected void repaintCellFocus()
focusGained
public void focusGained(FocusEvent e)
- Description copied from interface:
java.awt.event.FocusListener
- Invoked when a component gains the keyboard focus.
- Specified by:
focusGained
in interface FocusListener
focusLost
public void focusLost(FocusEvent e)
- Description copied from interface:
java.awt.event.FocusListener
- Invoked when a component loses the keyboard focus.
- Specified by:
focusLost
in interface FocusListener