:: com :: sun :: star :: awt ::

deprecated interface XMessageBox
Usage Restrictions
deprecated
Description
gives access to a message box.

Methods' Summary
setCaptionText sets the caption text.  
getCaptionText returns the caption text.  
setMessageText sets the message text.  
getMessageText returns the message text.  
execute shows the message box.  
Methods' Details
setCaptionText
[oneway] void
setCaptionText( [in] string  aText );

Description
sets the caption text.
getCaptionText
string
getCaptionText();

Description
returns the caption text.
setMessageText
[oneway] void
setMessageText( [in] string  aText );

Description
sets the message text.
getMessageText
string
getMessageText();

Description
returns the message text.
execute
short
execute();

Description
shows the message box.
Top of Page