|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.swt.widgets.Dialog
org.eclipse.swt.widgets.MessageBox
net.xoetrope.swt.XMessageBox
public class XMessageBox
Creates a simple modal MessageBox with a label for the text and a close button
Copyright (c) Xoetrope Ltd., 2001-2006
License: see license.txt $Revision: 2.7 $
| Constructor Summary | |
|---|---|
XMessageBox(java.lang.Object parent)
Create a new checkbox |
|
| Method Summary | |
|---|---|
protected void |
checkSubclass()
Suppress the subclassing exception |
void |
setup(java.lang.String title,
java.lang.String msg,
java.lang.Object size,
java.lang.Object page)
Setup the content of the message box |
| Methods inherited from class org.eclipse.swt.widgets.MessageBox |
|---|
getMessage, open, setMessage |
| Methods inherited from class org.eclipse.swt.widgets.Dialog |
|---|
getParent, getStyle, getText, setText |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMessageBox(java.lang.Object parent)
parent - the message box parent, normally the shell| Method Detail |
|---|
protected void checkSubclass()
checkSubclass in class org.eclipse.swt.widgets.Dialog
public void setup(java.lang.String title,
java.lang.String msg,
java.lang.Object size,
java.lang.Object page)
setup in interface XMessageBoxSetuptitle - the message box title or captionmsg - the text of the messagesize - the size of the owner pagepage - the content page
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||