public class DialogWizardRun
DialogWizardRun
Run Type Selection Dialog
Constructor and Description |
---|
DialogWizardRun(BBjString pFilePath$) Constructor DialogWizardRun |
Modifier and Type | Method and Description |
---|---|
void | onBtnRunWizardPush(BBjButtonPushEvent p_event!) Method onBtnRunWizardPush: Button push event handler for the "Run Wizard Again" button |
void | onBtnTestInBUIPush(BBjButtonPushEvent p_event!) Method onBtnTestInBUIPush: Button push event handler for the "Test in BUI" button |
void | onBtnTestInGUIPush(BBjButtonPushEvent p_event!) Method onBtnTestInGUIPush: Button push event handler for the "Test in GUI" button |
void | onWndRunSelectClose(BBjCloseEvent p_event!) _break_ Method onWndRunSelectClose: Window close event handler for the "Run Selection" dialog |
static void | runAsBui(BBjString FilePath$) |
public DialogWizardRun(BBjString pFilePath$)
Constructor DialogWizardRun
BBjString
File path initWindow()
public void onBtnRunWizardPush(BBjButtonPushEvent p_event!)
Method onBtnRunWizardPush: Button push event handler for the "Run Wizard Again" button
BBjButtonPushEvent
Button push event objectpublic void onBtnTestInBUIPush(BBjButtonPushEvent p_event!)
Method onBtnTestInBUIPush: Button push event handler for the "Test in BUI" button
BBjButtonPushEvent
Button push event objectpublic void onBtnTestInGUIPush(BBjButtonPushEvent p_event!)
Method onBtnTestInGUIPush: Button push event handler for the "Test in GUI" button
BBjButtonPushEvent
Button push event objectpublic void onWndRunSelectClose(BBjCloseEvent p_event!) _break_
Method onWndRunSelectClose: Window close event handler for the "Run Selection" dialog
BBjCloseEvent
Window close event objectpublic static void runAsBui(BBjString FilePath$)