Class HashUI.Seleccionado

java.lang.Object
  extended by HashUI.Seleccionado
All Implemented Interfaces:
java.awt.event.FocusListener, java.util.EventListener
Enclosing class:
HashUI

private class HashUI.Seleccionado
extends java.lang.Object
implements java.awt.event.FocusListener

Clase que selecciona todo el texto al pinchar en una caja de texto.

Author:
Jesús Vidal Panalés

Constructor Summary
private HashUI.Seleccionado()
           
 
Method Summary
 void focusGained(java.awt.event.FocusEvent e)
          Selecciona el texto del componente "enfocado".
 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

HashUI.Seleccionado

private HashUI.Seleccionado()
Method Detail

focusGained

public void focusGained(java.awt.event.FocusEvent e)
Selecciona el texto del componente "enfocado".

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