Class MessageBox


  • public class MessageBox
    extends java.lang.Object
    This class provides simple access to a uno awt message box
    • Constructor Summary

      Constructors 
      Constructor Description
      MessageBox​(com.sun.star.uno.XComponentContext xContext)
      Create a new MessageBox belonging to the current frame
      MessageBox​(com.sun.star.uno.XComponentContext xContext, com.sun.star.frame.XFrame xFrame)
      Create a new MessageBox belonging to a specific frame
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void showMessage​(java.lang.String sTitle, java.lang.String sMessage)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • 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 Detail

      • showMessage

        public void showMessage​(java.lang.String sTitle,
                                java.lang.String sMessage)