|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
boolean |
canChangeValue()
Determines if the user is able to change the held value. |
boolean |
canFocus()
|
void |
editComplete()
Indicates that editing has been completed and the entry should be saved. |
void |
focusLost()
|
void |
focusRecieved()
|
boolean |
hasFocus()
|
void |
keyPressed(int keyCode,
int modifiers)
Called when the user presses any key on the keyboard while this view has the focus. |
void |
keyReleased(int keyCode,
int modifiers)
Called when the user releases any key on the keyboard while this view has the focus. |
void |
keyTyped(char keyCode)
Called when the user presses a non-control key (i.e. data entry keys and not shift, up-arrow etc). |
void |
redraw()
|
Method Detail |
public boolean canChangeValue()
public boolean canFocus()
public void editComplete()
public void focusLost()
public void focusRecieved()
public boolean hasFocus()
public void keyPressed(int keyCode, int modifiers)
keyCode
- modifiers
- public void keyReleased(int keyCode, int modifiers)
keyCode
- modifiers
- public void keyTyped(char keyCode)
keyPressed
and a subsequent call to keyReleased
.
keyCode
- public void redraw()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |