|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openoffice.da.comp.w2lcommon.helper.MessageBox
public class MessageBox
This class provides simple access to a uno awt message box
Constructor Summary | |
---|---|
MessageBox(XComponentContext xContext)
Create a new MessageBox belonging to the current frame |
|
MessageBox(XComponentContext xContext,
XFrame xFrame)
Create a new MessageBox belonging to a specific frame |
Method Summary | |
---|---|
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 |
---|
public MessageBox(XComponentContext xContext)
public MessageBox(XComponentContext xContext, XFrame xFrame)
Method Detail |
---|
public void showMessage(java.lang.String sTitle, java.lang.String sMessage)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |