Interface | Description |
---|---|
PWizardValidator |
An interface that the PWizard framework implements to enable/disable
the navigation buttons
|
SequenceManager |
An interface that defines how the sequence of the components added to
the PWizard framework is to be managed
|
Class | Description |
---|---|
DeckLayout |
DeckLayout treats each component in the container as a card.
|
DeckPanel |
A JPanel that is the main panel of the
PWizard framework. |
PWizard |
The PWizard framework design lets you add PWizardPanel objects in order
and then manage the sequence more explicitly.
|
PWizardNavigator |
The navigator panel that is added to the bottom of PWizard.
|
PWizardPanel |
A convenience class from which to extend the panels that are
going to be added to PWizard.
|
PWizardSequenceManager |
A class that manages the sequence of the components added to
the PWizard framework
|
Copyright © 2003, 2023, Oracle and/or its affiliates.