Uses of Class
com.sdm.quasar.client.core.dialogbase.features.AbstractControllerFeature

Packages that use AbstractControllerFeature
com.sdm.quasar.client.core.dialogbase.features   
com.sdm.quasar.client.core.embedding.features   
 

Uses of AbstractControllerFeature in com.sdm.quasar.client.core.dialogbase.features
 

Subclasses of AbstractControllerFeature in com.sdm.quasar.client.core.dialogbase.features
 class RootControllerFeature
          A simple activation controller, that simply activates all subdialogs that where added to it (when itself is activated).
 

Uses of AbstractControllerFeature in com.sdm.quasar.client.core.embedding.features
 

Subclasses of AbstractControllerFeature in com.sdm.quasar.client.core.embedding.features
 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).