This class is a specialization of the
WizardComponent which defines
behavior specific to panels.
A panel is the most typical wizard component. It's behavioral capabilities are
extremely limited and hence the only thing that a anel can do is to display a
bunch of input fields requiing to enter some data. On the other hand a panel can
be used to inform the user about an event and require him to perform some action
before the wizard proceeds.
author: Kirill Sorokin since: 1.0
Inner Class :public static class WizardPanelUi extends WizardComponentUi
Inner Class :public static class WizardPanelSwingUi extends WizardComponentSwingUi
The default implementation of this method for
WizardPanel has an
empty body. Concrete implementations are expected to override this method
if they require any custom initialization.
See Also:WizardComponent.initialize
Fields inherited from org.netbeans.installer.wizard.components.WizardComponent