|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectat.spardat.xma.event.swt.XMAFocusAdapter
Event save adapter for focus listeners on SWT-widgets.
It wraps event-disabling code of XMA around your event handling code.
(see package description>)
| Constructor Summary | |
XMAFocusAdapter(PageClient page)
Constructor for this event adapter. |
|
| Method Summary | |
void |
focusGained(org.eclipse.swt.events.FocusEvent event)
The method called by SWT whenever the corresponding event happends. |
void |
focusGainedImpl(org.eclipse.swt.events.FocusEvent event)
This method is called every time the corresponding widget has gained the focus. |
void |
focusLost(org.eclipse.swt.events.FocusEvent event)
The method called by SWT whenever the corresponding event happends. |
void |
focusLostImpl(org.eclipse.swt.events.FocusEvent event)
This method is called every time the corresponding widget has lost the focus. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XMAFocusAdapter(PageClient page)
page - The page containing the widget on which you want to listen for events.| Method Detail |
public void focusGainedImpl(org.eclipse.swt.events.FocusEvent event)
event - The event send by SWT.public final void focusGained(org.eclipse.swt.events.FocusEvent event)
focusGainedImpl(FocusEvent)
instead.
focusGained in interface org.eclipse.swt.events.FocusListenerevent - The event send by SWT.public void focusLostImpl(org.eclipse.swt.events.FocusEvent event)
event - The event send by SWT.public final void focusLost(org.eclipse.swt.events.FocusEvent event)
focusLostImpl(FocusEvent)
instead.
focusLost in interface org.eclipse.swt.events.FocusListenerevent - The event send by SWT.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||