SWT中TableEditor的问题
SWT中TableEditor的问题
日期:2022-04-09 22:21:19 人气:1
TableViewer tableViewer = new TableViewer(null);
//设置哪些列可以编辑
CellEditor[] cellEditor = new CellEditor[4];
cellEditor[0] = new TextCellEditor();
cellEditor[2] = new TextCellEditor();
//设置哪些列可以编辑
CellEditor[] cellEditor = new CellEditor[4];
cellEditor[0] = new TextCellEditor();
cellEditor[2] = new TextCellEditor();