com.jeta.open.gui.framework
Class JETAController.TextFocusListener

java.lang.Object
  extended by com.jeta.open.gui.framework.JETAController.TextFocusListener
All Implemented Interfaces:
FocusListener, EventListener
Enclosing class:
JETAController

public class JETAController.TextFocusListener
extends Object
implements FocusListener

Focus listener for text fields


Constructor Summary
JETAController.TextFocusListener()
           
 
Method Summary
 void focusGained(FocusEvent evt)
           
 void focusLost(FocusEvent evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JETAController.TextFocusListener

public JETAController.TextFocusListener()
Method Detail

focusGained

public void focusGained(FocusEvent evt)
Specified by:
focusGained in interface FocusListener

focusLost

public void focusLost(FocusEvent evt)
Specified by:
focusLost in interface FocusListener


Copyright © 2005-2007 Jeff Tassin & Todd Viegut. All Rights Reserved.