Class IssuesDialog

java.lang.Object
org.eclipse.jface.window.Window
org.eclipse.jface.dialogs.Dialog
de.uka.ipd.sdq.errorhandling.dialogs.issues.IssuesDialog
All Implemented Interfaces:
IShellProvider

public class IssuesDialog extends Dialog
  • Field Details

  • Constructor Details

    • IssuesDialog

      public IssuesDialog(Shell parentShell, List<SeverityAndIssue> issues)
      Create the dialog
      Parameters:
      parentShell -
  • Method Details

    • createDialogArea

      protected Control createDialogArea(Composite parent)
      Create contents of the dialog
      Overrides:
      createDialogArea in class Dialog
      Parameters:
      parent -
    • updateDetails

      protected void updateDetails()
      Updates the details section.
    • createButtonsForButtonBar

      protected void createButtonsForButtonBar(Composite parent)
      Create contents of the button bar
      Overrides:
      createButtonsForButtonBar in class Dialog
      Parameters:
      parent -
    • getInitialSize

      protected Point getInitialSize()
      Return the initial size of the dialog
      Overrides:
      getInitialSize in class Dialog
    • configureShell

      protected void configureShell(Shell newShell)
      Overrides:
      configureShell in class Window
    • buttonPressed

      protected void buttonPressed(int buttonId)
      Overrides:
      buttonPressed in class Dialog