- 浏览: 34543 次
- 性别:
- 来自: 北京
最新评论
-
chenglnb:
非常感谢!
监控weblogic代码
文章列表
//获取焦点
tableViewer.getControl().setFocus();
//tab键编辑
TableViewerEditor.create(tableViewer, new ColumnViewerEditorActivationStrategy(tableViewer), ColumnViewerEditor.TABBING_HORIZONTAL|ColumnViewerEditor.TABBING_MOVE_TO_ROW_NEIGHBOR|ColumnViewerEditor.TABBING_VERTICAL);
//tab键弹出下拉框
((ComboBoxCellEditor) editor).setActivationStyle(ComboBoxCellEditor.DROP_DOWN_ON_TRAVERSE_ACTIVATION |
ComboBoxCellEditor.DROP_DOWN_ON_PROGRAMMATIC_ACTIVATION |
ComboBoxCellEditor.DROP_DOWN_ON_MOUSE_ACTIVATION |
ComboBoxCellEditor.DROP_DOWN_ON_KEY_ACTIVATION);