Class 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
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 interface org.eclipse.swt.events.SelectionListener
      • widgetSelected

        public void widgetSelected​(org.eclipse.swt.events.SelectionEvent e)
        Specified by:
        widgetSelected in interface org.eclipse.swt.events.SelectionListener