|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KeyboardInputException | |
|---|---|
| com.fedmest.cw.keyboard | This package defines the core of the Keyboard Library framework for accessing keyboard input. |
| com.fedmest.cw.keyboard.validators | This package provides basic implementations of KeyboardInputValidator. |
| Uses of KeyboardInputException in com.fedmest.cw.keyboard |
|---|
| Methods in com.fedmest.cw.keyboard that throw KeyboardInputException | |
|---|---|
T |
KeyboardInputValidator.checkInput(java.lang.String txt)
Takes the input string, checks its validity and converts it to the data type specified by the type argument. |
| Uses of KeyboardInputException in com.fedmest.cw.keyboard.validators |
|---|
| Methods in com.fedmest.cw.keyboard.validators that throw KeyboardInputException | |
|---|---|
java.lang.Long |
LongValidator.checkInput(java.lang.String txt)
|
java.lang.Integer |
IntValidator.checkInput(java.lang.String txt)
|
java.lang.Float |
FloatValidator.checkInput(java.lang.String txt)
|
java.lang.Double |
DoubleValidator.checkInput(java.lang.String txt)
|
java.util.Date |
DateValidator.checkInput(java.lang.String txt)
|
java.lang.Character |
CharValidator.checkInput(java.lang.String txt)
|
java.lang.Character |
CharChoiceValidator.checkInput(java.lang.String txt)
|
java.lang.Boolean |
BooleanValidator.checkInput(java.lang.String txt)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||