public class EmptyFieldWatcher
extends java.lang.Object
implements javax.swing.event.DocumentListener
| Modifier and Type | Field and Description | 
|---|---|
protected oracle.bali.ewt.dialog.JEWTDialog | 
_dlg  | 
| Constructor and Description | 
|---|
EmptyFieldWatcher(oracle.bali.ewt.dialog.JEWTDialog dialog)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
changedUpdate(javax.swing.event.DocumentEvent e)  | 
void | 
insertUpdate(javax.swing.event.DocumentEvent e)  | 
void | 
removeUpdate(javax.swing.event.DocumentEvent e)  | 
public EmptyFieldWatcher(oracle.bali.ewt.dialog.JEWTDialog dialog)
public void insertUpdate(javax.swing.event.DocumentEvent e)
insertUpdate in interface javax.swing.event.DocumentListenerpublic void removeUpdate(javax.swing.event.DocumentEvent e)
removeUpdate in interface javax.swing.event.DocumentListenerpublic void changedUpdate(javax.swing.event.DocumentEvent e)
changedUpdate in interface javax.swing.event.DocumentListener