public class DialogWizard
DialogWizard
Dialog Wizard Class
| Constructor and Description |
|---|
DialogWizard()Constructor DialogWizard |
DialogWizard(BBjString pFilePath$, BBjNumber pIsResource)Constructor DialogWizard |
| Modifier and Type | Method and Description |
|---|---|
BBjString | createPgmFile()Method createPgmFile: Generate program file |
BBjNumber | doFinish()Method doFinish: Finish work |
BBjNumber | launchIDE(BBjString pPgmFilePath$)Method launchIDE: Try to launch resultant program in the IDE |
void | onBtnBackPush(BBjButtonPushEvent p_event!)Method onBtnBackPush: Button push event handler for the "Back" button |
void | onBtnFinishPush(BBjButtonPushEvent p_event!)Method onBtnFinishPush: Button push event handler for the "Finish" button |
void | onBtnNextPush(BBjButtonPushEvent p_event!)Method onBtnNextPush: Button push event handler for the "Next" button |
void | onWndWizardClose(BBjCloseEvent p_event!) _break_Method onWndWizardClose: Close event handler for the main window |
public DialogWizard()
Constructor DialogWizard
public DialogWizard(BBjString pFilePath$, BBjNumber pIsResource)
Constructor DialogWizard
BBjString Path to a resource or program fileBBjNumber Flag if file is a resource (0=FALSE, 1=TRUE) setupBarista()public BBjString createPgmFile()Method createPgmFile: Generate program file
loadPgmSkeleton(BBjString, BBjString, BBjString) launchIDE(BBjString)public BBjNumber doFinish()Method doFinish: Finish work
createPgmFile() launchIDE(BBjString)public BBjNumber launchIDE(BBjString pPgmFilePath$)Method launchIDE: Try to launch resultant program in the IDE
BBjString Program file pathpublic void onBtnBackPush(BBjButtonPushEvent p_event!)Method onBtnBackPush: Button push event handler for the "Back" button
BBjButtonPushEvent Button Push Event setWizardControls()public void onBtnFinishPush(BBjButtonPushEvent p_event!)Method onBtnFinishPush: Button push event handler for the "Finish" button
BBjButtonPushEvent Button Push Event doFinish() onWndWizardClose(BBjCloseEvent)public void onBtnNextPush(BBjButtonPushEvent p_event!)Method onBtnNextPush: Button push event handler for the "Next" button
BBjButtonPushEvent Button Push Event setWizardControls()public void onWndWizardClose(BBjCloseEvent p_event!) _break_Method onWndWizardClose: Close event handler for the main window
BBjCloseEvent Close event