Form | +--DesignFormpublic class DesignForm
Implements a DesignForm object. A DesignForm extends wfc.ui.Form and shows a tabbed view of available design pages. Design pages are objects that implement IDesignPage. DesignPage is a stock implementation of a design page.
Constructors
Name | Description |
---|---|
DesignForm(Object [] ObjectList) | Creates a new DesignForm object. |
Methods
Name | Description |
---|---|
getPage(int index) | Returns the requested design page. |
getPageCount() | Returns the number of design pages on this form. |
preProcessMessage(MSG msg) | This method is called by the application's message loop to preprocess input messages before they are dispatched. |
showForm() | Displays the design form. |
showForm(int page) | Displays the design form. |
showForm(Form owner) | Displays the design form. |
showForm(Form owner, int page) | Displays the design form. |
Creates a new DesignForm object.
Returns an IDesignPage interface for the page.
Returns the requested design page.
Returns the number of design pages.
Returns the number of design pages on this form.
This method is called by the application's message loop to preprocess input messages before they are dispatched. This method forwards IDesignPage messages as necessary.
Returns the dialog return code.
Displays the design form. The form has no owner window.
Returns the dialog return code.
Displays the design form. The form has no owner window.
Returns the dialog return code.
Displays the design form.
Returns the dialog return code.
Displays the design form.