|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.iternum.swlink.activator.AbstractActivator
com.iternum.swlink.activator.FocusLostActivator
| Constructor Summary | |
FocusLostActivator()
Creates an empty Activator. |
|
FocusLostActivator(java.lang.Object pSource)
Creates a Link with a source and a target. |
|
| Method Summary | |
protected void |
deregisterFromSource()
Removes this Activator as an FocusListener from its source object. |
void |
focusGained(java.awt.event.FocusEvent pEvt)
Needs to be imported to handle focus gained. |
void |
focusLost(java.awt.event.FocusEvent pEvt)
Activates this Activators Activatable. |
protected void |
registerWithSource()
Adds this Activator as a FocusListener to its source object. |
void |
setActivatorParam(java.util.Map pParam)
This method is not supported for this Activator. |
| Methods inherited from class com.iternum.swlink.activator.AbstractActivator |
close, getActivatable, getSource, setActivatable, setSource |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FocusLostActivator()
public FocusLostActivator(java.lang.Object pSource)
pSource - the source object| Method Detail |
protected void registerWithSource()
registerWithSource in class AbstractActivatorprotected void deregisterFromSource()
deregisterFromSource in class AbstractActivatorpublic void focusGained(java.awt.event.FocusEvent pEvt)
focusGained in interface java.awt.event.FocusListenerpEvt - - The FocusEventpublic void focusLost(java.awt.event.FocusEvent pEvt)
focusLost in interface java.awt.event.FocusListenerpEvt - - The FocusEventpublic void setActivatorParam(java.util.Map pParam)
setActivatorParam in interface ActivatorpParam - Not supported
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||