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

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

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

Subinterfaces of DialogServiceAccess 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 DialogServiceAccess in com.sdm.quasar.client.core.dialog.impl
 

Classes in com.sdm.quasar.client.core.dialog.impl that implement DialogServiceAccess
 class DefaultDialogControl
          Default implementation of DialogControl.
 class DefaultDialogServiceAccess
          Default implementation of DialogServiceAccess that delegates to a DialogServiceManager.