Public Member Functions | |
PreviousMixPanel () | |
void | setConfiguration (MixConfiguration a_conf) throws IOException |
void | stateChanged (ChangeEvent e) |
Container | getHelpExtractionDisplayContext () |
Protected Member Functions | |
void | enableComponents () |
mixconfig.panels.PreviousMixPanel.PreviousMixPanel | ( | ) |
void mixconfig.panels.PreviousMixPanel.setConfiguration | ( | MixConfiguration | a_mixConf | ) | throws IOException |
Informs the panel about a new Mix configuration and makes it load the attribute values from the configuration object into the text fields, combo boxes etc.
a_mixConf | The new configuration |
IOException | If an error occurs while transferring the data |
Reimplemented from mixconfig.panels.MixConfigPanel.
References mixconfig.panels.PreviousMixPanel.enableComponents(), mixconfig.panels.MixConfigPanel.getConfiguration(), mixconfig.MixConfiguration.MIXTYPE_FIRST, and mixconfig.panels.MixConfigPanel.setEnabled().
void mixconfig.panels.PreviousMixPanel.stateChanged | ( | ChangeEvent | e | ) |
void mixconfig.panels.PreviousMixPanel.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.
References mixconfig.panels.OtherMixPanel.enableCert(), mixconfig.panels.MixConfigPanel.getConfiguration(), mixconfig.MixConfiguration.getMixType(), mixconfig.MixConfiguration.isAutoConfigurationAllowed(), mixconfig.MixConfiguration.isFallbackEnabled(), and mixconfig.panels.MixConfigPanel.setEnabled().
Referenced by mixconfig.panels.PreviousMixPanel.setConfiguration(), and mixconfig.panels.PreviousMixPanel.stateChanged().
Container mixconfig.panels.PreviousMixPanel.getHelpExtractionDisplayContext | ( | ) |