public class IntegerFormatter extends WholeNumberFormatter
Constructor and Description |
---|
IntegerFormatter()
Creates a new instance of IntegerFormatter
|
IntegerFormatter(int minIntValue,
int maxIntValue) |
IntegerFormatter(int minIntValue,
int maxIntValue,
Locale locale) |
IntegerFormatter(Locale locale) |
Modifier and Type | Method and Description |
---|---|
int |
getMaximumIntValue() |
int |
getMinimumIntValue() |
void |
setMaximumIntValue(int maxIntValue) |
void |
setMinimumIntValue(int minIntValue) |
getLocale, getMaximumBigIntegerValue, getMaximumMaximumBigIntegerValue, getMinimumBigIntegerValue, getMinimumMinimumBigIntegerValue, setLocale, setMaximum, setMaximumBigIntegerValue, setMaximumMaximumBigIntegerValue, setMinimum, setMinimumBigIntegerValue, setMinimumMinimumBigIntegerValue, setValueClass, stringToNumber
getMaximumMaximumValue, getMaximumNumberValue, getMinimumMinimumValue, getMinimumNumberValue, getNumberFormat, setFormat, setMaximumMaximumValue, setMaximumNumberValue, setMinimumMinimumValue, 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 IntegerFormatter()
public IntegerFormatter(Locale locale)
public IntegerFormatter(int minIntValue, int maxIntValue)
public IntegerFormatter(int minIntValue, int maxIntValue, Locale locale)
Copyright © 2002–2017 SoftSmithy. All rights reserved.