com.eliad.swing
Class BasicGridUI.FocusHandler

java.lang.Object
  |
  +--com.eliad.swing.BasicGridUI.FocusHandler

public class BasicGridUI.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 BasicGridUI.


Constructor Summary
BasicGridUI.FocusHandler()
           
 
Method Summary
 void focusGained(java.awt.event.FocusEvent e)
           
 void focusLost(java.awt.event.FocusEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicGridUI.FocusHandler

public BasicGridUI.FocusHandler()
Method Detail

focusGained

public void focusGained(java.awt.event.FocusEvent e)
Specified by:
focusGained in interface java.awt.event.FocusListener

focusLost

public void focusLost(java.awt.event.FocusEvent e)
Specified by:
focusLost in interface java.awt.event.FocusListener