Class RegexFormatter

All Implemented Interfaces:
Serializable, Cloneable

public class RegexFormatter extends DefaultFormatter
From an early Java example, later at http://www.oracle.com/technetwork/java/reftf-138955.html# Example: new JFormattedTextField(new jmri.util.swing.RegexFormatter("[A-Za-z]\\d*"));
See Also: