Class RegexPatternFormatter
- java.lang.Object
 - 
- javax.swing.JFormattedTextField.AbstractFormatter
 - 
- javax.swing.text.DefaultFormatter
 - 
- com.inductiveautomation.ignition.client.util.gui.RegexPatternFormatter
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable,java.lang.Cloneable
public class RegexPatternFormatter extends javax.swing.text.DefaultFormatter- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected java.util.regex.Matchermatcher 
- 
Constructor Summary
Constructors Constructor Description RegexPatternFormatter(java.util.regex.Pattern regex) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] argv)java.lang.ObjectstringToValue(java.lang.String string)- 
Methods inherited from class javax.swing.text.DefaultFormatter
clone, getAllowsInvalid, getCommitsOnValidEdit, getDocumentFilter, getNavigationFilter, getOverwriteMode, getValueClass, install, setAllowsInvalid, setCommitsOnValidEdit, setOverwriteMode, setValueClass, valueToString 
 - 
 
 -