Uses of Interface
org.bidib.wizard.mvc.common.view.wizard.JWizardComponents
-
Packages that use JWizardComponents Package Description org.bidib.wizard.mvc.common.view.wizard org.bidib.wizard.mvc.stepcontrol.view.wizard -
-
Uses of JWizardComponents in org.bidib.wizard.mvc.common.view.wizard
Classes in org.bidib.wizard.mvc.common.view.wizard that implement JWizardComponents Modifier and Type Class Description classDefaultJWizardComponentsTitle: DefaultJWizardComponentsMethods in org.bidib.wizard.mvc.common.view.wizard that return JWizardComponents Modifier and Type Method Description JWizardComponentsJWizardPanel. getWizardComponents()Methods in org.bidib.wizard.mvc.common.view.wizard with parameters of type JWizardComponents Modifier and Type Method Description voidJWizardPanel. setWizardComponents(JWizardComponents awizardComponents)Constructors in org.bidib.wizard.mvc.common.view.wizard with parameters of type JWizardComponents Constructor Description CancelAction(JWizardComponents wizardComponents)FinishAction(JWizardComponents wizardComponents)JWizardPanel(JWizardComponents wizardComponents)JWizardPanel(JWizardComponents wizardComponents, String title)SimpleButtonPanel(JWizardComponents wizardComponents) -
Uses of JWizardComponents in org.bidib.wizard.mvc.stepcontrol.view.wizard
Constructors in org.bidib.wizard.mvc.stepcontrol.view.wizard with parameters of type JWizardComponents Constructor Description AbstractWizardPanel(JWizardComponents wizardComponents)StepMotorCharacteristicsPanel(JWizardComponents wizardComponents, ConfigurationWizardModel configurationWizardModel)SummaryPanel(JWizardComponents wizardComponents, ConfigurationWizardModel configurationWizardModel)TableTypePanel(JWizardComponents wizardComponents, ConfigurationWizardModel configurationWizardModel)
-