Package com.sdm.quasar.client.core.dialogbase.services

Interface Summary
ActivationObjectionService Allows a dialog to register itself when it might want to object against deactivation.
ActivationObjectionService.DeactivationObjectionCallback Callback used by ActivationObjectionService.
ActivationService A service, that allows a child to get activated or deactivated.
CloseObjectionService Allows a dialog to register itself when it might want to object against closing (disposing).
CloseObjectionService.CloseObjectionCallback Callback used by CloseObjectionService.
CloseService  
DialogCreationService This is a Service that creates new dialogs.
ReactivationService This Service is for reactivating i.e. deiconify or bring to front, sub dialogs.
ReactivationService.ReactivationCallback This call back is supported by the dialog that register at this service.
ResourceAccessService A Service to access resource values.
 

Class Summary
AbstractActivationService A basic implementation of ActivationService.
AbstractCloseService A basic implementation of CloseService.
AbstractResourceAccessService  
ConfigProviderResourceAccessService