public class DialogWizard extends Object
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!)
Method onWndWizardClose:
Close event handler for the main window
|
public DialogWizard()
public DialogWizard(BBjString pFilePath$, BBjNumber pIsResource)
BBjString
- Path to a resource or program fileBBjNumber
- Flag if file is a resource (0 = FALSE, 1 = TRUE)setupBarista()
public void onWndWizardClose(BBjCloseEvent p_event!)
BBjCloseEvent
- Close eventpublic void onBtnBackPush(BBjButtonPushEvent p_event!)
BBjButtonPushEvent
- Button Push EventsetWizardControls()
public void onBtnNextPush(BBjButtonPushEvent p_event!)
BBjButtonPushEvent
- Button Push EventsetWizardControls()
public void onBtnFinishPush(BBjButtonPushEvent p_event!)
BBjButtonPushEvent
- Button Push EventdoFinish()
,
onWndWizardClose(BBjCloseEvent)
public BBjNumber doFinish()
createPgmFile()
,
launchIDE(BBjString)
public BBjString createPgmFile()
loadPgmSkeleton(BBjString, BBjString, BBjString)
,
launchIDE(BBjString)
public BBjNumber launchIDE(BBjString pPgmFilePath$)
BBjString
- Program file path