Package docking.widgets.numberformat
Class IntegerFormatterFactory
java.lang.Object
javax.swing.JFormattedTextField.AbstractFormatterFactory
javax.swing.text.DefaultFormatterFactory
docking.widgets.numberformat.IntegerFormatterFactory
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionIntegerFormatterFactory
(boolean allowsNegativeInput) IntegerFormatterFactory
(IntegerFormatter formatter, boolean allowsNegativeInput) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class javax.swing.text.DefaultFormatterFactory
getDefaultFormatter, getDisplayFormatter, getEditFormatter, getNullFormatter, setDefaultFormatter, setDisplayFormatter, setEditFormatter, setNullFormatter
-
Constructor Details
-
IntegerFormatterFactory
public IntegerFormatterFactory(boolean allowsNegativeInput) -
IntegerFormatterFactory
-
-
Method Details
-
getFormatter
- Overrides:
getFormatter
in classDefaultFormatterFactory
-