Uses of Class
org.csstudio.ui.util.swt.stringtable.RowEditDialog
Package
Description
SWT-based table editor for string values.
-
Uses of RowEditDialog in org.csstudio.opibuilder.preferences
ModifierConstructorDescriptionStringTableFieldEditor
(String name, String labelText, Composite parent, String[] headers, boolean[] editable, RowEditDialog rowEditDialog, int[] columnsMinWidth) Creates an editable table. -
Uses of RowEditDialog in org.csstudio.ui.util.swt.stringtable
ModifierConstructorDescriptionStringTableEditor
(Composite parent, String[] headers, boolean[] editable, List<String[]> items, RowEditDialog rowEditDialog, int[] columnsMinWidth) Creates an editable table.StringTableEditor
(Composite parent, String[] headers, boolean[] editable, List<String[]> items, RowEditDialog rowEditDialog, int[] columnsMinWidth, StringTableEditor.CellEditorType[] cellEditorTypes, Object[] cellEditorDatas) Creates an editable table.