|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.swt.widgets.MessageBox
org.formaria.swt.MessageBox
public class MessageBox
Creates a simple modal MessageBox with a label for the text and a close button
Copyright (c) Formaria Ltd., 2008
License: see license.txt $Revision: 2.7 $
| Constructor Summary | |
|---|---|
MessageBox(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 java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MessageBox(java.lang.Object parent)
parent - the message box parent, normally the shell| Method Detail |
|---|
protected void checkSubclass()
public void setup(java.lang.String title,
java.lang.String msg,
java.lang.Object size,
java.lang.Object page)
setup in interface MessageBoxSetuptitle - 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 | ||||||||