ch.randelshofer.quaqua
Class QuaquaListUI.FocusHandler
java.lang.Object
ch.randelshofer.quaqua.QuaquaListUI.FocusHandler
- All Implemented Interfaces:
- java.awt.event.FocusListener, java.util.EventListener
- Enclosing class:
- QuaquaListUI
public class QuaquaListUI.FocusHandler
- extends java.lang.Object
- implements java.awt.event.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 |
QuaquaListUI.FocusHandler
public QuaquaListUI.FocusHandler()
repaintCellFocus
protected void repaintCellFocus()
focusGained
public void focusGained(java.awt.event.FocusEvent event)
- Specified by:
focusGained
in interface java.awt.event.FocusListener
focusLost
public void focusLost(java.awt.event.FocusEvent event)
- Specified by:
focusLost
in interface java.awt.event.FocusListener