Class MessageBox
java.lang.Object
org.openoffice.da.comp.w2lcommon.helper.MessageBox
This class provides simple access to a uno awt message box
-
Constructor Summary
ConstructorsConstructorDescriptionMessageBox
(com.sun.star.uno.XComponentContext xContext) Create a new MessageBox belonging to the current frameMessageBox
(com.sun.star.uno.XComponentContext xContext, com.sun.star.frame.XFrame xFrame) Create a new MessageBox belonging to a specific frame -
Method Summary
-
Constructor Details
-
MessageBox
public MessageBox(com.sun.star.uno.XComponentContext xContext) Create a new MessageBox belonging to the current frame -
MessageBox
public MessageBox(com.sun.star.uno.XComponentContext xContext, com.sun.star.frame.XFrame xFrame) Create a new MessageBox belonging to a specific frame
-
-
Method Details
-
showMessage
-