Class JWizardPanel
- java.lang.Object
-
- org.bidib.wizard.mvc.common.view.wizard.JWizardPanel
-
- Direct Known Subclasses:
AbstractWizardPanel
public class JWizardPanel extends Object
-
-
Constructor Summary
Constructors Constructor Description JWizardPanel(JWizardComponents wizardComponents)JWizardPanel(JWizardComponents wizardComponents, String title)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidback()JPanelgetPanel()StringgetPanelTitle()JWizardComponentsgetWizardComponents()protected booleangoBack()protected booleangoNext()protected voidinitPanel()This method is called when the panel is added to JWizardComponents.voidnext()protected voidsetBackButtonEnabled(boolean set)protected voidsetFinishButtonEnabled(boolean set)protected voidsetNextButtonEnabled(boolean set)voidsetPanelTitle(String title)voidsetWizardComponents(JWizardComponents awizardComponents)protected voidswitchPanel(int panelIndex)voidupdate()
-
-
-
Field Detail
-
panel
protected JPanel panel
-
-
Constructor Detail
-
JWizardPanel
public JWizardPanel(JWizardComponents wizardComponents)
-
JWizardPanel
public JWizardPanel(JWizardComponents wizardComponents, String title)
-
-
Method Detail
-
initPanel
protected void initPanel()
This method is called when the panel is added to JWizardComponents. Do not call this method directly.
-
update
public void update()
-
next
public void next()
-
back
public void back()
-
getPanel
public JPanel getPanel()
-
getWizardComponents
public JWizardComponents getWizardComponents()
-
setWizardComponents
public void setWizardComponents(JWizardComponents awizardComponents)
-
getPanelTitle
public String getPanelTitle()
-
setPanelTitle
public void setPanelTitle(String title)
-
goNext
protected boolean goNext()
-
goBack
protected boolean goBack()
-
switchPanel
protected void switchPanel(int panelIndex)
-
setBackButtonEnabled
protected void setBackButtonEnabled(boolean set)
-
setNextButtonEnabled
protected void setNextButtonEnabled(boolean set)
-
setFinishButtonEnabled
protected void setFinishButtonEnabled(boolean set)
-
-