jas2.util
Class JTextFieldBinding
- java.lang.Object
-
- java.util.Observable
-
- jas2.util.JTextFieldBinding
-
- All Implemented Interfaces:
- java.util.EventListener, javax.swing.event.DocumentListener
public class JTextFieldBinding extends java.util.Observable implements javax.swing.event.DocumentListener
-
-
Field Summary
Fields Modifier and Type Field and Description static byteMUST_BE_INTEGERstatic byteMUST_BE_NUMBERstatic byteMUST_BE_POSITIVE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidchangedUpdate(javax.swing.event.DocumentEvent e)voidinsertUpdate(javax.swing.event.DocumentEvent e)voidremoveUpdate(javax.swing.event.DocumentEvent e)
-
-
-
Field Detail
-
MUST_BE_NUMBER
public static final byte MUST_BE_NUMBER
- See Also:
- Constant Field Values
-
MUST_BE_INTEGER
public static final byte MUST_BE_INTEGER
- See Also:
- Constant Field Values
-
MUST_BE_POSITIVE
public static final byte MUST_BE_POSITIVE
- See Also:
- Constant Field Values
-
-
Method Detail
-
changedUpdate
public void changedUpdate(javax.swing.event.DocumentEvent e)
- Specified by:
changedUpdatein interfacejavax.swing.event.DocumentListener
-
insertUpdate
public void insertUpdate(javax.swing.event.DocumentEvent e)
- Specified by:
insertUpdatein interfacejavax.swing.event.DocumentListener
-
removeUpdate
public void removeUpdate(javax.swing.event.DocumentEvent e)
- Specified by:
removeUpdatein interfacejavax.swing.event.DocumentListener
-
-
DataMelt 3.0 © DataMelt by jWork.ORG