TableEditor 让我郁闷的
TableItem item = table.getItem(0);
TableEditor colorEditors = new TableEditor(table);
colorEditors.minimumHeight = 15;
colorEditors.minimumWidth = 25;
colorEditors.setEditor(new Button(table,SWT.NONE), item, 0);
发布时间: 2012-09-06 10:37:01 作者: rapoo
TableEditor 让我郁闷的
TableItem item = table.getItem(0);
TableEditor colorEditors = new TableEditor(table);
colorEditors.minimumHeight = 15;
colorEditors.minimumWidth = 25;
colorEditors.setEditor(new Button(table,SWT.NONE), item, 0);