Uses of Interface
org.openbp.jaspira.propertybrowser.SaveStrategy

Packages that use SaveStrategy
org.openbp.cockpit.generator.wizard   
org.openbp.cockpit.modeler.paramvaluewizard   
org.openbp.cockpit.plugins.variables   
org.openbp.jaspira.gui.wizard   
org.openbp.jaspira.plugins.propertybrowser   
org.openbp.jaspira.propertybrowser   
 

Uses of SaveStrategy in org.openbp.cockpit.generator.wizard
 

Classes in org.openbp.cockpit.generator.wizard that implement SaveStrategy
 class WizardObjectPage
          Wizard property browser page.
 

Uses of SaveStrategy in org.openbp.cockpit.modeler.paramvaluewizard
 

Classes in org.openbp.cockpit.modeler.paramvaluewizard that implement SaveStrategy
 class ConfigurationBeanPage
          Wizard page for the configuration bean.
 

Uses of SaveStrategy in org.openbp.cockpit.plugins.variables
 

Classes in org.openbp.cockpit.plugins.variables that implement SaveStrategy
 class VariablesPlugin
          This plugin displays the variables used by a process in a tree table.
 

Uses of SaveStrategy in org.openbp.jaspira.gui.wizard
 

Classes in org.openbp.jaspira.gui.wizard that implement SaveStrategy
 class JaspiraWizardObjectPage
          Wizard property browser page.
 

Uses of SaveStrategy in org.openbp.jaspira.plugins.propertybrowser
 

Classes in org.openbp.jaspira.plugins.propertybrowser that implement SaveStrategy
 class PropertyBrowserPlugin
          Property browser plugin.
 

Uses of SaveStrategy in org.openbp.jaspira.propertybrowser
 

Methods in org.openbp.jaspira.propertybrowser that return SaveStrategy
 SaveStrategy PropertyBrowserImpl.getSaveStrategy()
          Gets the save stratergy used to save the edited object.
 

Methods in org.openbp.jaspira.propertybrowser with parameters of type SaveStrategy
 void PropertyBrowserImpl.setSaveStrategy(SaveStrategy saveStrategy)
          Sets the save stratergy used to save the edited object.
 

Constructors in org.openbp.jaspira.propertybrowser with parameters of type SaveStrategy
PropertyBrowserImpl(SaveStrategy saveStrategy, ResourceCollection resourceCollection)
          Default Constructor.
 



Copyright © 2011. All Rights Reserved.