This interface represents the container for the UI of a
WizardComponent .
Each
Wizard "owns" an instance of this class and uses it to initialize
the UI of its active component.
author: Kirill Sorokin since: 1.0
Method Summary
void
setVisible(boolean visible) Shows or hides the container.
Shows or hides the container. The behavior of this method is
component-specific. A frame would probably map this method directly, while
a console-mode container could draw itself or clear the screen.
Parameters: visible - Whether to show the container - true, or hide it - false.
Updates the container with a new UI. This method is usually called by the
wizard when the active component changes - the wizard wants to display its
UI.
Parameters: ui - UI which needs to be shown.