All Implemented Interfaces:
IShellProvider

public class ExceptionsDialog extends TitleAreaDialog
The Class ExceptionsDialog.
  • Field Details

    • ICON_COLUMN_INDEX

      public static final int ICON_COLUMN_INDEX
      The Constant ICON_COLUMN_INDEX.
      See Also:
    • CONTEXT_COLUMN_INDEX

      public static final int CONTEXT_COLUMN_INDEX
      The Constant CONTEXT_COLUMN_INDEX.
      See Also:
    • NAME_COLUMN_INDEX

      public static final int NAME_COLUMN_INDEX
      The Constant NAME_COLUMN_INDEX.
      See Also:
    • ICON_COLUMN

      public static final String ICON_COLUMN
      Columns of a table, which is used into ParameterEditDialog.
      See Also:
    • CONTEXT_COLUMN

      public static final String CONTEXT_COLUMN
      The Constant CONTEXT_COLUMN.
      See Also:
    • NAME_COLUMN

      public static final String NAME_COLUMN
      The Constant NAME_COLUMN.
      See Also:
    • editingDomain

      protected org.eclipse.emf.transaction.TransactionalEditingDomain editingDomain
      The transactional editing domain which is used to get the commands and alter the model.
  • Constructor Details

    • ExceptionsDialog

      public ExceptionsDialog(Shell parentShell, org.palladiosimulator.pcm.repository.Signature signature)
      Instantiates a new exceptions dialog.
      Parameters:
      parentShell - the parent shell
      signature - the signature
  • Method Details