| Package | Description |
|---|---|
| tecgraf.javautils.gui.wizard |
| Modifier and Type | Method and Description |
|---|---|
static Wizard.FinishingType |
Wizard.FinishingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Wizard.FinishingType[] |
Wizard.FinishingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Wizard(Class<? extends Step> firstStepClass,
List<StepGroup> stepGroupList,
Map<String,Object> globalData,
Object stepData,
Wizard.FinishingType finishingType,
boolean resetHistoryOnChange)
Cria um wizard.
|
Copyright © 2015 Tecgraf/PUC-Rio. All rights reserved.