21module 
com { module sun { module star { module ui { module dialogs {
 
   23interface XWizardController;
 
   39        [in] sequence< short > PageIds,
 
   53        [in] sequence< sequence< short > > PageIds,
 
 
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:27
is the interface of a client-provided controller of a custom Wizard.
Definition XWizardController.idl:29
is the main interface implemented by the Wizard services.
Definition XWizard.idl:68
Definition Ambiguous.idl:20
provides a framework for implementing a wizard dialog.
Definition Wizard.idl:31
createMultiplePathsWizard([in] sequence< sequence< short > > PageIds, [in] XWizardController Controller)
creates a wizard with a multiple possible execution paths
createSinglePathWizard([in] sequence< short > PageIds, [in] XWizardController Controller)
creates a wizard with a single execution path