net.sourceforge.hivegui.component
Class SelectAllFocusListener

java.lang.Object
  extended by net.sourceforge.hivegui.component.SelectAllFocusListener
All Implemented Interfaces:
java.awt.event.FocusListener, java.util.EventListener

public class SelectAllFocusListener
extends java.lang.Object
implements java.awt.event.FocusListener


Constructor Summary
SelectAllFocusListener()
           
 
Method Summary
 void focusGained(java.awt.event.FocusEvent e)
           
 void focusLost(java.awt.event.FocusEvent e)
           
static void setAutoSelect(javax.swing.JSpinner spinner)
           
static void setAutoSelect(javax.swing.text.JTextComponent field)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectAllFocusListener

public SelectAllFocusListener()
Method Detail

setAutoSelect

public static void setAutoSelect(javax.swing.JSpinner spinner)

setAutoSelect

public static void setAutoSelect(javax.swing.text.JTextComponent field)

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