addedfield:
format
java.text.Format format
addedmethod:
insertString
void insertString(javax.swing.text.DocumentFilter.FilterBypass fb, int offset, java.lang.String string, javax.swing.text.AttributeSet attr) throws BadLocationException
addedmethod:
isDigit
boolean isDigit(char character)
addedmethod:
isValidText
boolean isValidText(java.lang.String text)
addedmethod:
parseText
java.lang.Number parseText(java.lang.String text)
addedmethod:
remove
void remove(javax.swing.text.DocumentFilter.FilterBypass fb, int offset, int length) throws BadLocationException
addedmethod:
replace
void replace(javax.swing.text.DocumentFilter.FilterBypass fb, int offset, int length, java.lang.String text, javax.swing.text.AttributeSet attr) throws BadLocationException
addedfield:
wrappedFilter
javax.swing.text.DocumentFilter wrappedFilter