Package docking.widgets.textfield
Class HexIntegerFormatter.HexAllowedPositiveValueIntgerDocumentFilterWrapper
- java.lang.Object
-
- javax.swing.text.DocumentFilter
-
- docking.widgets.textfield.IntegerFormatter.PosiviteValueIntegerDocumentFilterWrapper
-
- docking.widgets.textfield.HexIntegerFormatter.HexAllowedPositiveValueIntgerDocumentFilterWrapper
-
- Enclosing class:
- HexIntegerFormatter
protected static class HexIntegerFormatter.HexAllowedPositiveValueIntgerDocumentFilterWrapper extends IntegerFormatter.PosiviteValueIntegerDocumentFilterWrapper
-
-
Field Summary
-
Fields inherited from class docking.widgets.textfield.IntegerFormatter.PosiviteValueIntegerDocumentFilterWrapper
format, wrappedFilter
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
isDigit(char character)
protected java.lang.Number
parseText(java.lang.String text)
-
Methods inherited from class docking.widgets.textfield.IntegerFormatter.PosiviteValueIntegerDocumentFilterWrapper
insertString, isValidText, remove, replace
-
-
-
-
Method Detail
-
isDigit
protected boolean isDigit(char character)
- Overrides:
isDigit
in classIntegerFormatter.PosiviteValueIntegerDocumentFilterWrapper
-
parseText
protected java.lang.Number parseText(java.lang.String text)
- Overrides:
parseText
in classIntegerFormatter.PosiviteValueIntegerDocumentFilterWrapper
-
-