public class FeedbackDialog extends LightweightDialog
CANCEL, OK| Constructor and Description |
|---|
FeedbackDialog(org.eclipse.swt.widgets.Shell parentShell,
java.lang.String message,
java.lang.Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
closeShell() |
protected org.eclipse.swt.widgets.Control |
createDialogArea(org.eclipse.swt.widgets.Composite parent) |
protected org.eclipse.swt.graphics.Point |
getInitialSize() |
int |
open() |
static void |
show(java.lang.String message) |
static void |
show(java.lang.String message,
java.lang.Throwable e) |
closeShell, getBackgroundShell, getForegoundShell, getReturnCode, handleException, onCancel, pack, setBlockOnOpen, setTitlepublic FeedbackDialog(org.eclipse.swt.widgets.Shell parentShell,
java.lang.String message,
java.lang.Throwable e)
public static void show(java.lang.String message,
java.lang.Throwable e)
public static void show(java.lang.String message)
public int open()
open in class LightweightDialogprotected void closeShell()
protected org.eclipse.swt.graphics.Point getInitialSize()
getInitialSize in class LightweightDialogprotected org.eclipse.swt.widgets.Control createDialogArea(org.eclipse.swt.widgets.Composite parent)
createDialogArea in class LightweightDialogCopyright © 2007–2020. All rights reserved.