public class DoubleFormatter extends RealNumberFormatter
Constructor and Description |
---|
DoubleFormatter()
Creates a new instance of DoubleFormatter
|
DoubleFormatter(double minDoubleValue,
double maxDoubleValue) |
DoubleFormatter(NumberFormat format) |
DoubleFormatter(NumberFormat format,
double minDoubleValue,
double maxDoubleValue) |
Modifier and Type | Method and Description |
---|---|
double |
getMaximumDoubleValue() |
double |
getMinimumDoubleValue() |
void |
setMaximumDoubleValue(double maxDoubleValue) |
void |
setMinimumDoubleValue(double minDoubleValue) |
getMaximumBigDecimalValue, getMaximumMaximumBigDecimalValue, getMinimumBigDecimalValue, getMinimumMinimumBigDecimalValue, setMaximum, setMaximumBigDecimalValue, setMaximumMaximumBigDecimalValue, setMaximumMaximumValue, setMinimum, setMinimumBigDecimalValue, setMinimumMinimumBigDecimalValue, setMinimumMinimumValue, setValueClass, stringToNumber
getMaximumMaximumValue, getMaximumNumberValue, getMinimumMinimumValue, getMinimumNumberValue, getNumberFormat, setFormat, setMaximumNumberValue, setMinimumNumberValue, setNumberFormat, stringToValue, valueToRange
clone, getActions, getFields, getFormat, getMaximum, getMinimum, install, valueToString
getAllowsInvalid, getCommitsOnValidEdit, getDocumentFilter, getNavigationFilter, getOverwriteMode, getValueClass, setAllowsInvalid, setCommitsOnValidEdit, setOverwriteMode
getFormattedTextField, invalidEdit, setEditValid, uninstall
public DoubleFormatter()
public DoubleFormatter(NumberFormat format)
public DoubleFormatter(double minDoubleValue, double maxDoubleValue)
public DoubleFormatter(NumberFormat format, double minDoubleValue, double maxDoubleValue)
Copyright © 2002–2017 SoftSmithy. All rights reserved.