| Package | Description |
|---|---|
| com.sshtools.ui.swing.wizard |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWizardModel |
class |
DefaultWizardModel |
| Modifier and Type | Method and Description |
|---|---|
WizardModel |
JWizard.getModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
WizardPage.added(WizardModel model) |
void |
JWizard.setModel(WizardModel model) |
static boolean |
WizardDialog.wizardDialog(Component parent,
String title,
WizardModel model,
JPanel sidePanel,
Insets insets,
boolean modal) |
| Constructor and Description |
|---|
JWizard(WizardModel model) |
WizardDialog(Dialog parent,
String title,
WizardModel model,
JPanel sidePanel,
Insets insets,
boolean modal,
GraphicsConfiguration config) |
WizardDialog(Frame parent,
String title,
WizardModel model,
JPanel sidePanel,
Insets insets,
boolean modal,
GraphicsConfiguration config) |
Copyright © 2021. All rights reserved.