Class SimpleFormatterFactory
- java.lang.Object
-
- javax.swing.JFormattedTextField.AbstractFormatterFactory
-
- com.inductiveautomation.ignition.client.util.gui.SimpleFormatterFactory
-
public class SimpleFormatterFactory extends javax.swing.JFormattedTextField.AbstractFormatterFactory
An abstract formatter factory that always returns the same AbstractFormatter
-
-
Constructor Summary
Constructors Constructor Description SimpleFormatterFactory(javax.swing.JFormattedTextField.AbstractFormatter formatter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JFormattedTextField.AbstractFormatter
getFormatter(javax.swing.JFormattedTextField tf)
-