|
MDACC Biostatistics |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mdanderson.biostat.util.AutoSelectEventHandler
AutoSelectEventHandler - Responds to focus events. The intent is to autoselect the text in data entry fields so typing overwrites previous text by default, making it easier on the user.
Constructor Summary | |
AutoSelectEventHandler()
|
Method Summary | |
void |
focusGained(FocusEvent event)
Invoked when component gains the keyboard focus. |
void |
focusLost(FocusEvent event)
Invoked when component loses the keyboard focus. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AutoSelectEventHandler()
Method Detail |
public void focusGained(FocusEvent event)
focusGained
in interface FocusListener
event
- low-level input focus eventpublic void focusLost(FocusEvent event)
focusLost
in interface FocusListener
event
- low-level input focus event
|
MDACC Biostatistics |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |