|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
org.netbeans.spi.wizard |
Uses of WizardController in org.netbeans.spi.wizard |
---|
Modifier and Type | Method and Description |
---|---|
protected abstract javax.swing.JComponent |
WizardPanelProvider.createPanel(WizardController controller,
java.lang.String id,
java.util.Map settings)
Create a panel that represents a named step in the wizard. |
protected void |
WizardPanelProvider.recycleExistingPanel(java.lang.String id,
WizardController controller,
java.util.Map wizardData,
javax.swing.JComponent panel)
The method provides a chance to call setProblem() or setCanFinish() when the user re-navigates to a panel they've already seen - in the case that the user pressed the Previous button and then the Next button. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |