Package com.sdm.quasar.client.showcase.swing.dialogs.structured

Interface Summary
StructuredDialogActions This interface represents the dialog actions (= dialog events) that the StructuredDialog offers to the presentation.
 

Class Summary
StructuredDialog This is an example class demonstrates how to build a structured dialog (with presentation and dialog core).
StructuredDialogData This is a simple plain java bean used by the StructuredDialog to provide data to the StructuredDialogPresentation.
StructuredDialogPanel Visual representation for the StructuredDialogPresentation.
StructuredDialogPresentation Simple presentation to demonstrate the separation of dialog core and presentation in a structured dialog.