Package | Description |
---|---|
jgloss.ui.wizard |
Simple wizard framework classes for showing a dialog with a list of consecutive panels.
|
Modifier and Type | Method and Description |
---|---|
static WizardNavigation |
WizardNavigation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WizardNavigation[] |
WizardNavigation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
WizardPage.navigate(WizardNavigation navigation)
Called when the current wizard page is closed by the given navigation.
|
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.