|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectat.spardat.xma.page.NotificationBox
Utility methods to display INotification- or Throwable-objects in a modal message box.
| Constructor Summary | |
NotificationBox()
|
|
| Method Summary | |
static int |
show(java.lang.Object o,
org.eclipse.swt.widgets.Shell parent,
XMAContext ctx,
XMASessionClient session)
Shows an INotification or a java.lang.Throwable in a modal message box. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NotificationBox()
| Method Detail |
public static int show(java.lang.Object o,
org.eclipse.swt.widgets.Shell parent,
XMAContext ctx,
XMASessionClient session)
o - the object to show, either a INotification or a Throwable.parent - the parent shell. This parameter should not be null as this might
not be supported in future versions of SWT.ctx - XMAContext to provide environmental informationsession - the client session or null if not known.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||