Public Member Functions | |
StartScreenPanel (ChoicePanel choicePanel) | |
void | actionPerformed (ActionEvent ae) |
String | getHelpContext () |
Container | getHelpExtractionDisplayContext () |
Private Attributes | |
JButton | m_btnNew |
JButton | m_btnLoad |
JButton | m_btnConfigure |
ChoicePanel | m_choicePanel |
Static Private Attributes | |
static final String | MSG_NEW = StartScreenPanel.class.getName() + "_createNew" |
static final String | MSG_LOAD = StartScreenPanel.class.getName() + "_load" |
static final String | MSG_CONFIGURE = StartScreenPanel.class.getName() + "_configureCascade" |
static final String | MSG_WELCOME = StartScreenPanel.class.getName() + "_welcome" |
static final String | MSG_EXIT = StartScreenPanel.class.getName() + "_exit" |
mixconfig.panels.StartScreenPanel.StartScreenPanel | ( | ChoicePanel | choicePanel | ) |
References mixconfig.wizard.WizardLayout.getButtonBack(), mixconfig.wizard.WizardLayout.getButtonCancel(), mixconfig.wizard.WizardLayout.getButtonForward(), mixconfig.panels.StartScreenPanel.m_btnConfigure, mixconfig.panels.StartScreenPanel.m_btnLoad, mixconfig.panels.StartScreenPanel.m_btnNew, mixconfig.panels.StartScreenPanel.m_choicePanel, mixconfig.panels.StartScreenPanel.MSG_CONFIGURE, mixconfig.panels.StartScreenPanel.MSG_EXIT, mixconfig.panels.StartScreenPanel.MSG_LOAD, mixconfig.panels.StartScreenPanel.MSG_NEW, and mixconfig.panels.StartScreenPanel.MSG_WELCOME.
void mixconfig.panels.StartScreenPanel.actionPerformed | ( | ActionEvent | ae | ) |
References mixconfig.Menu.actionPerformed(), mixconfig.wizard.WizardLayout.getButtonCancel(), mixconfig.ChoicePanel.getMenu(), mixconfig.panels.StartScreenPanel.m_btnConfigure, mixconfig.panels.StartScreenPanel.m_btnLoad, mixconfig.panels.StartScreenPanel.m_btnNew, mixconfig.panels.StartScreenPanel.m_choicePanel, and mixconfig.ChoicePanel.setWizardVisible().
String mixconfig.panels.StartScreenPanel.getHelpContext | ( | ) |
Container mixconfig.panels.StartScreenPanel.getHelpExtractionDisplayContext | ( | ) |
final String mixconfig.panels.StartScreenPanel.MSG_NEW = StartScreenPanel.class.getName() + "_createNew" [static, private] |
Referenced by mixconfig.panels.StartScreenPanel.StartScreenPanel().
final String mixconfig.panels.StartScreenPanel.MSG_LOAD = StartScreenPanel.class.getName() + "_load" [static, private] |
Referenced by mixconfig.panels.StartScreenPanel.StartScreenPanel().
final String mixconfig.panels.StartScreenPanel.MSG_CONFIGURE = StartScreenPanel.class.getName() + "_configureCascade" [static, private] |
Referenced by mixconfig.panels.StartScreenPanel.StartScreenPanel().
final String mixconfig.panels.StartScreenPanel.MSG_WELCOME = StartScreenPanel.class.getName() + "_welcome" [static, private] |
Referenced by mixconfig.panels.StartScreenPanel.StartScreenPanel().
final String mixconfig.panels.StartScreenPanel.MSG_EXIT = StartScreenPanel.class.getName() + "_exit" [static, private] |
Referenced by mixconfig.panels.StartScreenPanel.StartScreenPanel().
JButton mixconfig.panels.StartScreenPanel.m_btnNew [private] |
JButton mixconfig.panels.StartScreenPanel.m_btnLoad [private] |
JButton mixconfig.panels.StartScreenPanel.m_btnConfigure [private] |