Methods in context.arch.enactor with parameters of type EnactorReference |
context.arch.enactor.WidgetReferenceRegistry.WidgetReferenceRegEntry |
WidgetReferenceRegistry.get(EnactorReference rwr)
|
context.arch.enactor.WidgetReferenceRegistry.WidgetReferenceRegEntry |
WidgetReferenceRegistry.remove(EnactorReference rwr)
|
context.arch.enactor.WidgetReferenceRegistry.WidgetReferenceRegEntry |
WidgetReferenceRegistry.put(EnactorReference rwr,
context.arch.enactor.WidgetReferenceRegistry.WidgetReferenceRegEntry re)
|
protected void |
EnactorSubscriptionManager.addEnactorReference(EnactorReference rwr)
This method registers an EnactorReference with the ESM. |
protected void |
EnactorSubscriptionManager.removeEnactorReference(EnactorReference rwr)
removed EnactorReference from manager. |
protected void |
EnactorSubscriptionManager.subscribe(ComponentDescription cd,
EnactorReference rwr)
Subscribes to the widget described by the component description, and binds
it to the enactor reference. |
void |
EnactorListener.componentEvaluated(EnactorReference rwr,
ComponentDescription widgetDescription)
called whenever a component is evaluated by an enactor. |
void |
EnactorListener.componentAdded(EnactorReference rwr,
ComponentDescription widgetDescription,
Attributes paramAtts)
called when a new CTK component matches an enactor reference. |
void |
EnactorListener.componentRemoved(EnactorReference rwr,
ComponentDescription widgetDescription,
Attributes paramAtts)
called when a CTK component no longer matches an enactor reference. |
protected boolean |
Enactor.addEnactorReference(EnactorReference er)
|
protected boolean |
Enactor.removeEnactorReference(EnactorReference er)
|
protected void |
Enactor.fireComponentEvaluated(EnactorReference rwr,
ComponentDescription cd)
|
protected void |
Enactor.fireComponentAdded(EnactorReference rwr,
java.lang.String widgetSubId,
ComponentDescription cd,
Attributes paramAtts)
|
protected void |
Enactor.fireComponentRemoved(EnactorReference rwr,
java.lang.String widgetSubId,
ComponentDescription cd,
Attributes paramAtts)
|
protected void |
Enactor.fireComponentEvaluated(EnactorListener listener,
EnactorReference rwr,
ComponentDescription cd)
|
protected void |
Enactor.fireComponentAdded(EnactorListener listener,
EnactorReference rwr,
java.lang.String widgetSubId,
ComponentDescription cd,
Attributes paramAtts)
|
protected void |
Enactor.fireComponentRemoved(EnactorListener listener,
EnactorReference rwr,
java.lang.String widgetSubId,
ComponentDescription cd,
Attributes paramAtts)
|