Uses of Class
com.sdm.quasar.client.core.dialogsupport.features.CommandManagerFeature

Packages that use CommandManagerFeature
com.sdm.quasar.client.core.dialogsupport.features   
com.sdm.quasar.client.showcase.swing.allinone.helloworld   
 

Uses of CommandManagerFeature in com.sdm.quasar.client.core.dialogsupport.features
 

Methods in com.sdm.quasar.client.core.dialogsupport.features that return CommandManagerFeature
protected  CommandManagerFeature AbstractPresentationFeature.getCommandManagerFeature()
          Returns the Feature instance.
protected  CommandManagerFeature AbstractDialogCoreFeature.getCommandManagerFeature()
          Returns the Feature instance.
 

Uses of CommandManagerFeature in com.sdm.quasar.client.showcase.swing.allinone.helloworld
 

Methods in com.sdm.quasar.client.showcase.swing.allinone.helloworld that return CommandManagerFeature
protected  CommandManagerFeature HelloWorldPresentationWithFrame.getCommandManagerFeature()
           
protected  CommandManagerFeature HelloWorldPresentation.getCommandManagerFeature()
           
protected  CommandManagerFeature HelloWorldDialog.getCommandManagerFeature()