Language
The Free and Open Productivity Suite
:: com :: sun :: star :: awt ::
|
interface XMessageBoxFactory |
|
- Description
- specifies a factory interface for creating message boxes.
|
Methods' Details |
createMessageBox
- Description
- creates a message box.
- Returns
- the created message box or a null reference if it cannot be
created.
- Parameter aParent
- a valid XWindowPeer reference which is used as a parent.
This parameter must not be null.
- Parameter aType
- the message box type.
- Parameter aButtons
- specifies which buttons should be available on the message box.
A combination of MessageBoxButtons.
A MessageBoxType::INFOBOX
ignores this paramter, instead it uses a
MessageBoxButtons::BUTTONS_OK.
- Parameter aTitle
- specifies the title of the message box.
- Parameter aMessage
- specifies text which will be shown by the message box.
Line-breaks must be added using 'CR' or 'CR+LF'.
|
|
Top of Page
Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.