|
||||||||||
| 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.ActionEventActivator
| Field Summary | |
static java.lang.String |
PARAM_COMMAND
Parametrization constant. |
| Constructor Summary | |
ActionEventActivator()
Creates an empty Link. |
|
ActionEventActivator(java.lang.Object pSource)
Creates an Activator with a source and a target. |
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent pEvt)
Called if an action event occured on the source. |
protected void |
deregisterFromSource()
Removes this Activator as an ActionListener from its source object. |
protected void |
registerWithSource()
Adds this Activator as an ActionListener to its source object. |
void |
setActivatorParam(java.util.Map pParam)
Set an ActionCommand 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 |
| Field Detail |
public static final java.lang.String PARAM_COMMAND
| Constructor Detail |
public ActionEventActivator()
public ActionEventActivator(java.lang.Object pSource)
Activator with a source and a target.
pSource - the source object| Method Detail |
protected void registerWithSource()
registerWithSource in class AbstractActivatorprotected void deregisterFromSource()
deregisterFromSource in class AbstractActivatorpublic void actionPerformed(java.awt.event.ActionEvent pEvt)
actionPerformed in interface java.awt.event.ActionListenerpEvt - The Action Eventpublic void setActivatorParam(java.util.Map pParam)
setActivatorParam in interface ActivatorpParam - A Map
containing the action command with the key
as defined in this class public constants.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||