tecgraf.javautils.gui.crud.utils
Class TextListeners

java.lang.Object
  extended by tecgraf.javautils.gui.crud.utils.TextListeners

public class TextListeners
extends Object

Utilitário para sinalizar edição.

Author:
Tecgraf

Constructor Summary
TextListeners()
           
 
Method Summary
static
<M,I> void
addTextListener(JTextField field, RegistrationMainPanel<M,I> panel)
          Adiciona listener em campo de texto.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextListeners

public TextListeners()
Method Detail

addTextListener

public static <M,I> void addTextListener(JTextField field,
                                         RegistrationMainPanel<M,I> panel)
Adiciona listener em campo de texto.

Parameters:
field - campo de texto
panel - painel


Copyright © 2014 Tecgraf/PUC-Rio. All rights reserved.