| javax.swing.JDialog org.isqlviewer.ui.WizardRunner
WizardRunner | public class WizardRunner extends JDialog implements ActionListener(Code) | | Runtime environment for running wizard sub-systems.
This dialog window follows the wizard interface for showing step by step processes.
author: Mark A. Kobold <mkobold at isqlviewer dot com> version: 1.0 |
constrain | protected static void constrain(int x, int y, int w, int h, double wx, double wy, int a, int f)(Code) | | |
setHomeAllowable | protected void setHomeAllowable(boolean f)(Code) | | |
setNextStepEnabled | protected void setNextStepEnabled(boolean f)(Code) | | |
setPreviousStepEnabled | protected void setPreviousStepEnabled(boolean f)(Code) | | |
showStep | protected synchronized void showStep(Step step)(Code) | | |
startWizard | protected void startWizard()(Code) | | |
|
|