org.xulux.guilayer.swing.widgets
Class Combo.FocusEventListener

java.lang.Object
  extended by org.xulux.gui.XuluxListener
      extended by org.xulux.guilayer.swing.widgets.Combo.FocusEventListener
All Implemented Interfaces:
java.awt.event.FocusListener, java.util.EventListener, org.xulux.api.gui.IXuluxListener
Enclosing class:
Combo

public final class Combo.FocusEventListener
extends org.xulux.gui.XuluxListener
implements java.awt.event.FocusListener

This is a hack to get a focusevent for the combobox. I need to handle post rules correctly..


Field Summary
 
Fields inherited from class org.xulux.gui.XuluxListener
processing, widget
 
Constructor Summary
Combo.FocusEventListener()
           
 
Method Summary
 void focusGained(java.awt.event.FocusEvent e)
           
 void focusLost(java.awt.event.FocusEvent e)
           
 
Methods inherited from class org.xulux.gui.XuluxListener
accepted, completed, completed, completedPart, getWidget, isProcessing, processEvent, setWidget, started
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Combo.FocusEventListener

public Combo.FocusEventListener()
Method Detail

focusGained

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

focusLost

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


Copyright © 2002-2007 Martin van den Bemt. All Rights Reserved.