Package com.sdm.quasar.client.swing.embedding.features

Interface Summary
WindowResource Adapter interface for a WindowFeature to make it independent of the window implementation.
 

Class Summary
DialogWindowResource  
FrameWindowResource  
ModalDialogFeature Feature for dialogs that have modal presentations.
PanelCompositeFeature An embedding feature, which can embed child dialogs (which are managed by an ActivationController) into one or more panels with an arbitrary layout manager.
TabCompositeFeature An embedding feature, which can embed child dialogs (which are managed by an SingleActivationController) into one or more JTabbedPanes.
VisualRepresentationFeature This feature uses a VisualRepresentationService given by the parent to let a dialog set it's visual representation easily.
WindowFeature A feature for use in dialogs that offer a top level window.