|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of ActivationController in com.sdm.quasar.client.core.embedding |
| Subinterfaces of ActivationController in com.sdm.quasar.client.core.embedding | |
interface |
FullActivationController
An ActivationController, that manages a set of sub dialogs with
a local name. |
interface |
MultipleActivationController
An ActivationController, that manages a set of sub dialogs with
a local name. |
interface |
SingleActivationController
An ActivationController, that manages a set of sub dialogs with
a local name. |
| Uses of ActivationController in com.sdm.quasar.client.core.embedding.features |
| Classes in com.sdm.quasar.client.core.embedding.features that implement ActivationController | |
class |
AbstractActivationControllerFeature
An abstract implementation of an ActivationController as a
Feature. |
class |
FullActivationControllerFeature
A simple activation controller, that simply activates all subdialogs that where added to it (when itself is activated). |
class |
MultipleActivationControllerFeature
An ActivationController, that manages a set of sub dialogs with
a local name. |
class |
SingleActivationControllerFeature
A simple activation controller, that simply activates all subdialogs that where added to it (when itself is activated). |
| Methods in com.sdm.quasar.client.core.embedding.features that return ActivationController | |
protected ActivationController |
AbstractCompositeFeature.requireActivationController()
Return the current ActivationController. |
protected ActivationController |
AbstractCompositeFeature.getActivationControllerInt()
Returns the current ActivationController set (may be null
if not set). |
| Methods in com.sdm.quasar.client.core.embedding.features with parameters of type ActivationController | |
protected void |
AbstractCompositeFeature.setActivationControllerInt(ActivationController controller)
Sets the current ActivationController. |
| Uses of ActivationController in com.sdm.quasar.client.jsf.embedding |
| Constructors in com.sdm.quasar.client.jsf.embedding with parameters of type ActivationController | |
SlotResolver(java.lang.String keyword,
ActivationController activationController)
Constructor. |
|
| Uses of ActivationController in com.sdm.quasar.client.swing.embedding.features |
| Methods in com.sdm.quasar.client.swing.embedding.features that return ActivationController | |
ActivationController |
PanelCompositeFeature.getActivationController()
Returns the ActivationController for this PanelCompositeFeature. |
| Methods in com.sdm.quasar.client.swing.embedding.features with parameters of type ActivationController | |
void |
PanelCompositeFeature.setActivationController(ActivationController controller)
Sets the ActivationController for this PanelCompositeFeature. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||