Uses of Interface
com.sdm.quasar.client.core.dialog.FeatureManager

Packages that use FeatureManager
com.sdm.quasar.client.core.dialog   
com.sdm.quasar.client.core.dialog.impl   
 

Uses of FeatureManager in com.sdm.quasar.client.core.dialog
 

Subinterfaces of FeatureManager in com.sdm.quasar.client.core.dialog
 interface DialogControl
          DialogControl is the central interface for dialog implementors, to create and control subdialogs, that are managed by the dialog environment (see methods of this interface directly), access Services of other dialogs (see DialogServiceAccess subinterface), provide Services to other dialogs (see DialogServiceAccess subinterface), manage Features for this dialog node (see FeatureManager subinterface) take part of this dialog node's lifecycle (see LifeCycleControl subinterface (but mostly this will be done by writing and installing a Feature) This interface is offered to all dialogs that are managed by the dialog environment.
 

Uses of FeatureManager in com.sdm.quasar.client.core.dialog.impl
 

Classes in com.sdm.quasar.client.core.dialog.impl that implement FeatureManager
 class DefaultDialogControl
          Default implementation of DialogControl.
 class DefaultFeatureManager
          A default implementation of FeatureManager.
 

Methods in com.sdm.quasar.client.core.dialog.impl that return FeatureManager
 FeatureManager DialogInstance.getFeatureManager()
           
 FeatureManager DefaultDialogInstance.getFeatureManager()