|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcharva.awt.event.FocusAdapter
public abstract class FocusAdapter
An abstract class for receiving key events. The methods provided in this class are empty; the class is provided as a convenience for implementing the KeyListener interface. You only have to implement the methods you are interested in.
Constructor Summary | |
---|---|
FocusAdapter()
|
Method Summary | |
---|---|
void |
focusGained(FocusEvent fe)
|
void |
focusLost(FocusEvent fe)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FocusAdapter()
Method Detail |
---|
public void focusGained(FocusEvent fe)
focusGained
in interface FocusListener
public void focusLost(FocusEvent fe)
focusLost
in interface FocusListener
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |