|
Eclipse Rich Ajax Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.swt.events.FocusAdapter
public abstract class FocusAdapter
This adapter class provides default implementations for the methods described
by the FocusListener
interface.
Classes that wish to deal with FocusEvent
s can extend this
class and override only the methods which they are interested in.
FocusListener
,
FocusEvent
Constructor Summary | |
---|---|
FocusAdapter()
|
Method Summary | |
---|---|
void |
focusGained(FocusEvent event)
Sent when a control gets focus. |
void |
focusLost(FocusEvent event)
Sent when a control loses focus. |
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 event)
focusGained
in interface FocusListener
event
- an event containing information about the focus changepublic void focusLost(FocusEvent event)
focusLost
in interface FocusListener
event
- an event containing information about the focus change
|
Eclipse Rich Ajax Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) EclipseSource and others 2002, 2012. All rights reserved.