PosiviteValueIntegerDocumentFilterWrapper

Package: docking.widgets.textfield
Type: class

11.2_PUBLIC

removedtype: docking.widgets.textfield.IntegerFormatter.PosiviteValueIntegerDocumentFilterWrapper
class PosiviteValueIntegerDocumentFilterWrapper

9.0.2_PUBLIC

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

9.0.1_PUBLIC

introducedInitial version