Uses of Package
com.sdm.quasar.client.core.dialog

Packages that use com.sdm.quasar.client.core.dialog
com.sdm.quasar.client.core.application.dialog.impl   
com.sdm.quasar.client.core.dialog   
com.sdm.quasar.client.core.dialog.impl   
com.sdm.quasar.client.core.dialog.lifecycle   
com.sdm.quasar.client.core.dialog.services   
com.sdm.quasar.client.core.dialog.services.impl   
com.sdm.quasar.client.core.dialogbase.features   
com.sdm.quasar.client.core.dialogbase.services   
com.sdm.quasar.client.core.dialogsupport.features   
com.sdm.quasar.client.core.embedding   
com.sdm.quasar.client.core.embedding.features   
com.sdm.quasar.client.jsf.binding.features   
com.sdm.quasar.client.jsf.dialog   
com.sdm.quasar.client.jsf.dialog.features   
com.sdm.quasar.client.jsf.dialog.services   
com.sdm.quasar.client.jsf.embedding   
com.sdm.quasar.client.showcase.helloworld   
com.sdm.quasar.client.showcase.jsf.application   
com.sdm.quasar.client.showcase.jsf.dialogs   
com.sdm.quasar.client.showcase.jsf.dialogs.ajax   
com.sdm.quasar.client.showcase.jsf.dialogs.binding.command.manager   
com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean   
com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager   
com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.map   
com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.session   
com.sdm.quasar.client.showcase.jsf.dialogs.configuration   
com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation   
com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.parameter   
com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton   
com.sdm.quasar.client.showcase.jsf.dialogs.dialogtypes   
com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic   
com.sdm.quasar.client.showcase.jsf.dialogs.jsf   
com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.backreload   
com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks   
com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.doublesubmit   
com.sdm.quasar.client.showcase.swing   
com.sdm.quasar.client.showcase.swing.actions.commands   
com.sdm.quasar.client.showcase.swing.actions.methodcall   
com.sdm.quasar.client.showcase.swing.allinone.emplDetail   
com.sdm.quasar.client.showcase.swing.allinone.emplList   
com.sdm.quasar.client.showcase.swing.allinone.helloworld   
com.sdm.quasar.client.showcase.swing.data.manager   
com.sdm.quasar.client.showcase.swing.dialogs.extlifecycle   
com.sdm.quasar.client.showcase.swing.dialogs.structured   
com.sdm.quasar.client.showcase.swing.dialogs.unstructured   
com.sdm.quasar.client.showcase.swing.embedding.dependent   
com.sdm.quasar.client.showcase.swing.embedding.dialogindialog   
com.sdm.quasar.client.showcase.swing.embedding.independent   
com.sdm.quasar.client.showcase.swing.embedding.modal   
com.sdm.quasar.client.showcase.swing.embedding.tabdialog   
com.sdm.quasar.client.showcase.swing.login   
com.sdm.quasar.client.showcase.swing.messagepane   
com.sdm.quasar.client.showcase.swing.navigation   
com.sdm.quasar.client.showcase.swing.portal   
com.sdm.quasar.client.showcase.swing.various.config   
com.sdm.quasar.client.showcase.swing.various.systeminfo   
com.sdm.quasar.client.spring.application.dialog.impl   
com.sdm.quasar.client.swing.dialogbase.features   
com.sdm.quasar.client.swing.embedding.features   
com.sdm.quasar.client.swing.embedding.services   
com.sdm.quasar.client.swing.systeminfo   
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.core.application.dialog.impl
DialogInstanceId
          Identifies an instance of a dialog managed by the dialog environment.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.core.dialog
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.
DialogInstanceId
          Identifies an instance of a dialog managed by the dialog environment.
DialogServiceAccess
          The DialogServiceAccess provides methods for acessing and providing services.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
FeatureManager
          A FeatureManager manages a set of Features for a single DialogControl instance.
SubDialogControl
          Controls a sub dialog, that was created by the using dialog.
SubDialogServiceAccess
          Allows to register, unregister and access Services for a subdialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.core.dialog.impl
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.
DialogException
          Will be thrown when an exception occurs within a dialog while handling that dialog in the dialog frame.
DialogInstanceId
          Identifies an instance of a dialog managed by the dialog environment.
DialogServiceAccess
          The DialogServiceAccess provides methods for acessing and providing services.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
FeatureManager
          A FeatureManager manages a set of Features for a single DialogControl instance.
SubDialogControl
          Controls a sub dialog, that was created by the using dialog.
SubDialogServiceAccess
          Allows to register, unregister and access Services for a subdialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.core.dialog.lifecycle
DialogInstanceId
          Identifies an instance of a dialog managed by the dialog environment.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.core.dialog.services
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.
DialogException
          Will be thrown when an exception occurs within a dialog while handling that dialog in the dialog frame.
DialogInstanceId
          Identifies an instance of a dialog managed by the dialog environment.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.core.dialog.services.impl
DialogInstanceId
          Identifies an instance of a dialog managed by the dialog environment.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.core.dialogbase.features
AbstractFeature
          Base implementation of Feature.
DeactivationCallback
          Notification interface used by com.sdm.quasar.client.comp.dlgdef.lifecyclectrl.SubDialogControl#activateDialog(DeactivationCallback).
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.
DialogInstanceId
          Identifies an instance of a dialog managed by the dialog environment.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
SubDialogControl
          Controls a sub dialog, that was created by the using dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.core.dialogbase.services
AbstractPerChildService
           Note: The user that instanciates the concrete class has to assure, that the service implementation is installed at the same SubDialogControl as passed here by the constructor.
DeactivationCallback
          Notification interface used by com.sdm.quasar.client.comp.dlgdef.lifecyclectrl.SubDialogControl#activateDialog(DeactivationCallback).
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.
DialogInstanceId
          Identifies an instance of a dialog managed by the dialog environment.
SubDialogControl
          Controls a sub dialog, that was created by the using dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.core.dialogsupport.features
AbstractFeature
          Base implementation of Feature.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.core.embedding
SubDialogControl
          Controls a sub dialog, that was created by the using dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.core.embedding.features
AbstractFeature
          Base implementation of Feature.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
SubDialogControl
          Controls a sub dialog, that was created by the using dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.jsf.binding.features
AbstractFeature
          Base implementation of Feature.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.jsf.dialog
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.
DialogInstanceId
          Identifies an instance of a dialog managed by the dialog environment.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.jsf.dialog.features
AbstractFeature
          Base implementation of Feature.
DialogInstanceId
          Identifies an instance of a dialog managed by the dialog environment.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.jsf.dialog.services
DialogInstanceId
          Identifies an instance of a dialog managed by the dialog environment.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.jsf.embedding
DialogInstanceId
          Identifies an instance of a dialog managed by the dialog environment.
SubDialogControl
          Controls a sub dialog, that was created by the using dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.showcase.helloworld
AbstractFeature
          Base implementation of Feature.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.showcase.jsf.application
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.
DialogInstanceId
          Identifies an instance of a dialog managed by the dialog environment.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.showcase.jsf.dialogs
AbstractFeature
          Base implementation of Feature.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.showcase.jsf.dialogs.ajax
AbstractFeature
          Base implementation of Feature.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.showcase.jsf.dialogs.binding.command.manager
AbstractFeature
          Base implementation of Feature.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean
AbstractFeature
          Base implementation of Feature.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager
AbstractFeature
          Base implementation of Feature.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.map
AbstractFeature
          Base implementation of Feature.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.session
AbstractFeature
          Base implementation of Feature.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.showcase.jsf.dialogs.configuration
AbstractFeature
          Base implementation of Feature.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation
AbstractFeature
          Base implementation of Feature.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.parameter
AbstractFeature
          Base implementation of Feature.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton
AbstractFeature
          Base implementation of Feature.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.showcase.jsf.dialogs.dialogtypes
AbstractFeature
          Base implementation of Feature.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic
AbstractFeature
          Base implementation of Feature.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.showcase.jsf.dialogs.jsf
AbstractFeature
          Base implementation of Feature.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.backreload
AbstractFeature
          Base implementation of Feature.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks
AbstractFeature
          Base implementation of Feature.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.doublesubmit
AbstractFeature
          Base implementation of Feature.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.showcase.swing
AbstractFeature
          Base implementation of Feature.
DialogInstanceId
          Identifies an instance of a dialog managed by the dialog environment.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.showcase.swing.actions.commands
AbstractFeature
          Base implementation of Feature.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.showcase.swing.actions.methodcall
AbstractFeature
          Base implementation of Feature.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.showcase.swing.allinone.emplDetail
AbstractFeature
          Base implementation of Feature.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.showcase.swing.allinone.emplList
AbstractFeature
          Base implementation of Feature.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.showcase.swing.allinone.helloworld
AbstractFeature
          Base implementation of Feature.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.showcase.swing.data.manager
AbstractFeature
          Base implementation of Feature.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.showcase.swing.dialogs.extlifecycle
AbstractFeature
          Base implementation of Feature.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.showcase.swing.dialogs.structured
AbstractFeature
          Base implementation of Feature.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.showcase.swing.dialogs.unstructured
AbstractFeature
          Base implementation of Feature.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.showcase.swing.embedding.dependent
AbstractFeature
          Base implementation of Feature.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.showcase.swing.embedding.dialogindialog
AbstractFeature
          Base implementation of Feature.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.showcase.swing.embedding.independent
AbstractFeature
          Base implementation of Feature.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.showcase.swing.embedding.modal
AbstractFeature
          Base implementation of Feature.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.showcase.swing.embedding.tabdialog
AbstractFeature
          Base implementation of Feature.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.showcase.swing.login
AbstractFeature
          Base implementation of Feature.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.showcase.swing.messagepane
AbstractFeature
          Base implementation of Feature.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.showcase.swing.navigation
AbstractFeature
          Base implementation of Feature.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.showcase.swing.portal
AbstractFeature
          Base implementation of Feature.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.showcase.swing.various.config
AbstractFeature
          Base implementation of Feature.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.showcase.swing.various.systeminfo
AbstractFeature
          Base implementation of Feature.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.spring.application.dialog.impl
DialogInstanceId
          Identifies an instance of a dialog managed by the dialog environment.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.swing.dialogbase.features
AbstractFeature
          Base implementation of Feature.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.swing.embedding.features
AbstractFeature
          Base implementation of Feature.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.
SubDialogControl
          Controls a sub dialog, that was created by the using dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.swing.embedding.services
AbstractPerChildService
           Note: The user that instanciates the concrete class has to assure, that the service implementation is installed at the same SubDialogControl as passed here by the constructor.
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.
SubDialogControl
          Controls a sub dialog, that was created by the using dialog.
 

Classes in com.sdm.quasar.client.core.dialog used by com.sdm.quasar.client.swing.systeminfo
AbstractFeature
          Base implementation of Feature.
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.
Feature
          Feature is an (almost) tagging interface for the user-written or reused parts of a dialog.