de.cbse.jeasy
Class JEInputVerifier

java.lang.Object
  extended by javax.swing.InputVerifier
      extended by de.cbse.jeasy.JEInputVerifier

public class JEInputVerifier
extends javax.swing.InputVerifier

Implements a java InputVerifier. A JEInputVerifier is autmatically set to all jeasy DataFields. The call back method callBackInputVerifier of your application will be called if a field should lost the focus. See a demonstration in the program JEasyExample tab "Validation".

Author:
Harry Pfohl

Field Summary
(package private) static boolean activ
           
(package private)  JEComponent jet
           
 
Constructor Summary
JEInputVerifier(JEComponent jo)
           
 
Method Summary
 boolean verify(javax.swing.JComponent jc)
           
 
Methods inherited from class javax.swing.InputVerifier
shouldYieldFocus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jet

JEComponent jet

activ

static boolean activ
Constructor Detail

JEInputVerifier

public JEInputVerifier(JEComponent jo)
Method Detail

verify

public boolean verify(javax.swing.JComponent jc)
Specified by:
verify in class javax.swing.InputVerifier