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 SummaryFields Modifier and Type Field Description protected java.util.regex.Matchermatcher
 - 
Constructor SummaryConstructors Constructor Description RegexPatternFormatter(java.util.regex.Pattern regex)
 - 
Method SummaryAll 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.DefaultFormatterclone, getAllowsInvalid, getCommitsOnValidEdit, getDocumentFilter, getNavigationFilter, getOverwriteMode, getValueClass, install, setAllowsInvalid, setCommitsOnValidEdit, setOverwriteMode, setValueClass, valueToString
 
- 
 
-