Class ResourceErrorsView

java.lang.Object
com.amalgamasimulation.desktop.ui.views.ResourceErrorsView

public class ResourceErrorsView extends Object
  • Field Details

    • TYPE_COLUMN_WIDTH

      protected static int TYPE_COLUMN_WIDTH
    • MESSAGE_COLUMN_WIDTH

      protected static int MESSAGE_COLUMN_WIDTH
    • EXCEL_SHEET_COLUMN_WIDTH

      protected static int EXCEL_SHEET_COLUMN_WIDTH
    • ROW_COLUMN_WIDTH

      protected static int ROW_COLUMN_WIDTH
    • COLUMN_NAME_COLUMN_WIDTH

      protected static int COLUMN_NAME_COLUMN_WIDTH
    • tableView

      protected Table<com.amalgamasimulation.emf.excel.ExcelDiagnostic> tableView
    • errorsSet

      protected Set<com.amalgamasimulation.emf.excel.ExcelDiagnostic> errorsSet
    • diagnostics

      protected List<com.amalgamasimulation.emf.excel.ExcelDiagnostic> diagnostics
  • Constructor Details

    • ResourceErrorsView

      public ResourceErrorsView(org.eclipse.swt.widgets.Composite parent, List<org.eclipse.emf.ecore.resource.Resource.Diagnostic> errors, List<org.eclipse.emf.ecore.resource.Resource.Diagnostic> warnings)
  • Method Details

    • getTableView

      public Table<com.amalgamasimulation.emf.excel.ExcelDiagnostic> getTableView()