|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InputFilter
Interface that has to be implemented by any class that should be registerable as input filter for Editfield instances.
| Field Summary | |
|---|---|
static int |
INPUT_HANDLED
Defines a special key denoting that the input has been handled. |
static int |
INPUT_INVALID
Defines a special key denoting that the input is invalid. |
| Method Summary | |
|---|---|
int |
filterInput(int key)
Method that is called by the Editfield this InputFilter instance has been registered with on bytes read from the Stream. |
| Field Detail |
|---|
static final int INPUT_HANDLED
static final int INPUT_INVALID
| Method Detail |
|---|
int filterInput(int key)
throws java.io.IOException
key - Integer representing a byte or a constant defining
a special key.
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||