Class TableTypePanel
java.lang.Object
org.bidib.wizard.mvc.common.view.wizard.JWizardPanel
org.bidib.wizard.mvc.stepcontrol.view.wizard.AbstractWizardPanel
org.bidib.wizard.mvc.stepcontrol.view.wizard.TableTypePanel
-
Field Summary
Fields inherited from class org.bidib.wizard.mvc.common.view.wizard.JWizardPanel
panel -
Constructor Summary
ConstructorsConstructorDescriptionTableTypePanel(JWizardComponents wizardComponents, ConfigurationWizardModel configurationWizardModel) -
Method Summary
Modifier and TypeMethodDescriptionstatic JRadioButtoncreateRadioButton(com.jgoodies.binding.value.ValueModel model, Object choice, String markedText, String iconPath) protected voidThis method is called when the panel is added to JWizardComponents.voidnext()Methods inherited from class org.bidib.wizard.mvc.stepcontrol.view.wizard.AbstractWizardPanel
back, isStepValid, setStepValidMethods inherited from class org.bidib.wizard.mvc.common.view.wizard.JWizardPanel
getPanel, getPanelTitle, getWizardComponents, goBack, goNext, setBackButtonEnabled, setFinishButtonEnabled, setNextButtonEnabled, setPanelTitle, setWizardComponents, switchPanel, update
-
Constructor Details
-
TableTypePanel
public TableTypePanel(JWizardComponents wizardComponents, ConfigurationWizardModel configurationWizardModel)
-
-
Method Details
-
initPanel
protected void initPanel()Description copied from class:JWizardPanelThis method is called when the panel is added to JWizardComponents. Do not call this method directly.- Overrides:
initPanelin classAbstractWizardPanel
-
createRadioButton
public static JRadioButton createRadioButton(com.jgoodies.binding.value.ValueModel model, Object choice, String markedText, String iconPath) -
next
public void next()- Overrides:
nextin classAbstractWizardPanel
-