Public Member Functions | |
WizardFinishPanel () | |
Vector< String > | check () |
void | actionPerformed (ActionEvent e) |
String | getHelpContext () |
Container | getHelpExtractionDisplayContext () |
Protected Member Functions | |
void | enableComponents () |
Private Attributes | |
String | options [] |
mixconfig.panels.WizardFinishPanel.WizardFinishPanel | ( | ) |
Vector<String> mixconfig.panels.WizardFinishPanel.check | ( | ) | [virtual] |
Check the panel for inconsistencies and return a java.util.Vector
object containing possible warnings and error messages
Implements mixconfig.panels.MixConfigPanel.
void mixconfig.panels.WizardFinishPanel.enableComponents | ( | ) | [protected, virtual] |
Enables used and disables unused components. Some configuration values are mutually exclusive; the panels must ensure that of two components corresponding to contradictory attributes, only one at a time is enabled.
Implements mixconfig.panels.MixConfigPanel.
void mixconfig.panels.WizardFinishPanel.actionPerformed | ( | ActionEvent | e | ) |
String mixconfig.panels.WizardFinishPanel.getHelpContext | ( | ) |
Container mixconfig.panels.WizardFinishPanel.getHelpExtractionDisplayContext | ( | ) |
String mixconfig.panels.WizardFinishPanel.options[] [private] |
Initial value:
{ "- Click the 'Finish' button to save the configuration and quit this wizard.", "- Click the 'Back' button if you want to make changes before saving.", "- Click the 'Cancel' button to quit without saving." }
Referenced by mixconfig.panels.WizardFinishPanel.WizardFinishPanel().