uimaj-ep-deployeditor/src/main/java/org/apache/uima/dde/internal/details/ErrorConfigDetailsPage.java [343:356]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    final TableEditor editor1 = new TableEditor(table);
    editor1.horizontalAlignment = SWT.CENTER;
    editor1.grabHorizontal = true;
    editor1.minimumWidth = 60;

    final TableEditor editor2 = new TableEditor(table);
    editor2.horizontalAlignment = SWT.CENTER;
    editor2.grabHorizontal = true;
    editor2.minimumWidth = 60;
    table.addSelectionListener(new SelectionAdapter() {

      public void widgetSelected(SelectionEvent e) {
        // Clean up any previous editor control
        Control oldEditor = editor1.getEditor();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



uimaj-ep-deployeditor/src/main/java/org/apache/uima/dde/internal/details/ErrorConfigDetailsPage.java [554:567]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    final TableEditor editor1 = new TableEditor(table);
    editor1.horizontalAlignment = SWT.CENTER;
    editor1.grabHorizontal = true;
    editor1.minimumWidth = 60;

    final TableEditor editor2 = new TableEditor(table);
    editor2.horizontalAlignment = SWT.CENTER;
    editor2.grabHorizontal = true;
    editor2.minimumWidth = 60;

    table.addSelectionListener(new SelectionAdapter() {
      public void widgetSelected(SelectionEvent e) {
        // Clean up any previous editor control
        Control oldEditor = editor1.getEditor();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



