This class is the base class for steps used in a GUI procedure.
Constructor.
Argument | Type | Default | Description |
prompt | String | Prompt. | |
owner | AFXProcedure | Owner. |
Called when the step is cancelled.
Reimplemented in AFXCreateSketchStep, AFXDialogStep, AFXEditSketchStep, AFXOrderedPickStep, and AFXPickStep.
Called to execute the steps returned by getFirstStep and getNextStep.
Reimplemented in AFXCreateSketchStep, AFXDialogStep, AFXEditSketchStep, AFXOrderedPickStep, and AFXPickStep.
Called when the step is resumed.
Reimplemented in AFXCreateSketchStep, AFXDialogStep, AFXEditSketchStep, and AFXPickStep.