Uses of Class
com.sdm.quasar.client.core.embedding.features.AbstractCompositeFeature

Packages that use AbstractCompositeFeature
com.sdm.quasar.client.swing.embedding.features   
 

Uses of AbstractCompositeFeature in com.sdm.quasar.client.swing.embedding.features
 

Subclasses of AbstractCompositeFeature in com.sdm.quasar.client.swing.embedding.features
 class 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.
 class TabCompositeFeature
          An embedding feature, which can embed child dialogs (which are managed by an SingleActivationController) into one or more JTabbedPanes.