List of usage examples for javax.swing JFormattedTextField subclass-usage
From source file net.sourceforge.msscodefactory.cflib.v1_11.CFLib.Swing.CFJFormattedTextField.java
/** * CFJTextField Swing Text Field Display Widget. */ public class CFJFormattedTextField extends JFormattedTextField { public CFJFormattedTextField() { super();
From source file net.sourceforge.msscodefactory.cflib.v2_1.CFLib.Swing.CFJFormattedTextField.java
/** * CFJTextField Swing Text Field Display Widget. */ public class CFJFormattedTextField extends JFormattedTextField { public CFJFormattedTextField() { super();
From source file org.lisapark.octopus.swing.BaseFormattedTextField.java
/** * This is a base class for all JFormattedTextFields. It is needed to ensure that the * <code>InputVerifier</code>'s logic is called before the editor will actually try and * commit the value. */ public class BaseFormattedTextField extends JFormattedTextField {
From source file com.anrisoftware.prefdialog.miscswing.validatingfields.ValidatingFormattedTextField.java
/**
* Using an input verifier to verify the input on focus lost and input enter.
* Mark the field and show a tool-tip text if the input is not valid.
*
* @author Erwin Mueller, erwin.mueller@deventm.org
* @since 3.0