|  | 
|  | createSinglePathWizard ([in] sequence< short > PageIds, [in] XWizardController Controller)  raises (   ::com::sun::star::lang::IllegalArgumentException            ) | 
|  | creates a wizard with a single execution path 
 | 
|  | 
|  | createMultiplePathsWizard ([in] sequence< sequence< short > > PageIds, [in] XWizardController Controller)  raises (   ::com::sun::star::lang::IllegalArgumentException            ) | 
|  | creates a wizard with a multiple possible execution paths 
 | 
|  | 
| XWizardPage | getCurrentPage () | 
|  | provides access to the current page of the wizard 
 | 
|  | 
| void | enableButton ([in] short WizardButton, [in] boolean Enable) | 
|  | enables or disables a certain button in the wizard 
 | 
|  | 
| void | setDefaultButton ([in] short WizardButton) | 
|  | sets a button in the wizard as default button 
 | 
|  | 
| boolean | travelNext () | 
|  | travels to the next page, if possible 
 | 
|  | 
| boolean | travelPrevious () | 
|  | travels to the next page, if possible 
 | 
|  | 
| void | enablePage ([in] short PageID, [in] boolean Enable)  raises (   ::com::sun::star::container::NoSuchElementException                ,   ::com::sun::star::util::InvalidStateException ) | 
|  | enables or disables the given page 
 | 
|  | 
| void | updateTravelUI () | 
|  | updates the wizard elements which are related to traveling. 
 | 
|  | 
| boolean | advanceTo ([in] short PageId) | 
|  | advances to the given page, if possible. 
 | 
|  | 
| boolean | goBackTo ([in] short PageId) | 
|  | goes back to the given page, if possible. 
 | 
|  | 
| void | activatePath ([in] short PathIndex, [in] boolean Final)  raises (   ::com::sun::star::container::NoSuchElementException                ,   ::com::sun::star::util::InvalidStateException ) | 
|  | activates a path 
 | 
|  | 
| void | setTitle ([in] string aTitle) | 
|  | Sets the title of the dialog. 
 | 
|  | 
| short | execute () | 
|  | Executes (shows) the dialog. 
 | 
|  | 
| any | queryInterface ([in] type aType) | 
|  | queries for a new interface to an existing UNO object. 
 | 
|  | 
| void | acquire () | 
|  | increases the reference counter by one. 
 | 
|  | 
| void | release () | 
|  | decreases the reference counter by one. 
 | 
|  | 
provides a framework for implementing a wizard dialog. 
- Since
- OOo 3.3