Class StringTableFieldEditor

java.lang.Object
org.eclipse.jface.preference.FieldEditor
org.csstudio.opibuilder.preferences.StringTableFieldEditor

public class StringTableFieldEditor extends FieldEditor
Field Editor for String table (a 2D String Array) input.
  • Field Details

  • Constructor Details

    • StringTableFieldEditor

      protected StringTableFieldEditor()
    • StringTableFieldEditor

      public StringTableFieldEditor(String name, String labelText, Composite parent, String[] headers, boolean[] editable, RowEditDialog rowEditDialog, int[] columnsMinWidth)
      Creates an editable table. The size of headers array implies the number of columns.
      Parameters:
      parent - The composite which the table resides in
      headers - Contains the header for each column
      editable - Whether it is editable for each column. The size must be same as headers.
  • Method Details