Class ErrorDialog
- java.lang.Object
-
- org.eclipse.birt.core.ui.frameworks.errordisplay.ErrorDialog
-
- All Implemented Interfaces:
java.util.EventListener
,org.eclipse.swt.events.SelectionListener
,org.eclipse.swt.internal.SWTEventListener
public class ErrorDialog extends java.lang.Object implements org.eclipse.swt.events.SelectionListener
ErrorDialog
-
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT_HEIGHT
static int
DEFAULT_WIDTH
static int
MAX_HEIGHT
static int
MAX_TRACE_DEPTH
static java.lang.String
OPTION_ACCEPT
javadoc commentstatic java.lang.String
OPTION_CANCEL
-
Constructor Summary
Constructors Constructor Description ErrorDialog(org.eclipse.swt.widgets.Shell shellParent, java.lang.String sTitle, java.lang.String sMessage, java.lang.String[] sErrors, java.lang.String[] sFixes)
ErrorDialog(org.eclipse.swt.widgets.Shell shellParent, java.lang.String sTitle, java.lang.String sMessage, java.lang.Throwable t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getOption()
void
widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent e)
void
widgetSelected(org.eclipse.swt.events.SelectionEvent e)
-
-
-
Field Detail
-
OPTION_ACCEPT
public static final java.lang.String OPTION_ACCEPT
javadoc comment- See Also:
- Constant Field Values
-
OPTION_CANCEL
public static final java.lang.String OPTION_CANCEL
- See Also:
- Constant Field Values
-
MAX_TRACE_DEPTH
public static final int MAX_TRACE_DEPTH
- See Also:
- Constant Field Values
-
DEFAULT_WIDTH
public static final int DEFAULT_WIDTH
- See Also:
- Constant Field Values
-
DEFAULT_HEIGHT
public static final int DEFAULT_HEIGHT
- See Also:
- Constant Field Values
-
MAX_HEIGHT
public static final int MAX_HEIGHT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ErrorDialog
public ErrorDialog(org.eclipse.swt.widgets.Shell shellParent, java.lang.String sTitle, java.lang.String sMessage, java.lang.String[] sErrors, java.lang.String[] sFixes)
-
ErrorDialog
public ErrorDialog(org.eclipse.swt.widgets.Shell shellParent, java.lang.String sTitle, java.lang.String sMessage, java.lang.Throwable t)
-
-
Method Detail
-
getOption
public java.lang.String getOption()
-
widgetDefaultSelected
public void widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent e)
- Specified by:
widgetDefaultSelected
in interfaceorg.eclipse.swt.events.SelectionListener
-
widgetSelected
public void widgetSelected(org.eclipse.swt.events.SelectionEvent e)
- Specified by:
widgetSelected
in interfaceorg.eclipse.swt.events.SelectionListener
-
-