Class ErrorDialog
java.lang.Object
org.eclipse.birt.core.ui.frameworks.errordisplay.ErrorDialog
- All Implemented Interfaces:
EventListener
,org.eclipse.swt.events.SelectionListener
,org.eclipse.swt.internal.SWTEventListener
ErrorDialog
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionErrorDialog
(org.eclipse.swt.widgets.Shell shellParent, String sTitle, String sMessage, String[] sErrors, String[] sFixes) ErrorDialog
(org.eclipse.swt.widgets.Shell shellParent, String sTitle, String sMessage, Throwable t) -
Method Summary
Modifier and TypeMethodDescriptionvoid
widgetDefaultSelected
(org.eclipse.swt.events.SelectionEvent e) void
widgetSelected
(org.eclipse.swt.events.SelectionEvent e)
-
Field Details
-
OPTION_ACCEPT
javadoc comment- See Also:
-
OPTION_CANCEL
- See Also:
-
MAX_TRACE_DEPTH
public static final int MAX_TRACE_DEPTH- See Also:
-
DEFAULT_WIDTH
public static final int DEFAULT_WIDTH- See Also:
-
DEFAULT_HEIGHT
public static final int DEFAULT_HEIGHT- See Also:
-
MAX_HEIGHT
public static final int MAX_HEIGHT- See Also:
-
-
Constructor Details
-
ErrorDialog
-
ErrorDialog
-
-
Method Details
-
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
-