public abstract class WizardBase extends Object implements Wizard
| Constructor and Description |
|---|
WizardBase() |
public boolean isExitOnCloseFrame()
public void setExitOnCloseFrame(boolean exitOnCloseFrame)
public String getFrameTitle()
public Image getFrameIconImage()
public void setFrameIconImage(Image frameIconImage)
public void setFrameTitle(String frameTitle)
public void onNextButton()
onNextButton in interface Wizardpublic void onPreviousButton()
onPreviousButton in interface Wizardpublic void onCancelButton()
onCancelButton in interface Wizardpublic void onExitButton()
onExitButton in interface Wizardpublic JButton getNextButton()
getNextButton in interface Wizardpublic JButton getPreviousButton()
getPreviousButton in interface Wizardpublic JButton getCancelButton()
getCancelButton in interface Wizardpublic JButton getExitButton()
getExitButton in interface Wizardpublic int getPagesCount()
getPagesCount in interface Wizardpublic void setDarkMode(boolean darkMode)
setDarkMode in interface Wizardpublic void setProgressByPageIndex()
protected void applyPlafLeftSidebar()
public JFrame showFrame()
public JFrame createFrame()
public JPanel createMainPanel()
public JPanel createBottom()
public boolean hasPrevious(int pageIndex)
hasPrevious in interface Wizardprotected abstract WizardPageBase loadingPage()
protected abstract void createCenterImpl()
public void waitLoading()
waitLoading in interface Wizardpublic void startLoading()
startLoading in interface Wizardpublic void stopLoading(int index)
stopLoading in interface Wizardprotected void addPanel(WizardPageBase p)
public WizardPageBase currentPage()
public void sendAction(String... action)
protected JComponent createLeftImpl()
public void setLefComponent(JComponent c)
Copyright © 2026 vpc open source initiative. All rights reserved.