风故故,也依依

Stand still in the wind.

导航

2008年3月31日 #

JFace中TableViewer的使用

摘要: // 第一步:创建一个TableViewer对象。TableViewer tv = new TableViewer(shell, SWT.MULTI | SWT.BORDER | SWT.FULL_SELECTION);// 第二步:通过表格内含的Table对象设置布局方式Table table = tv.getTable();table.setHeaderVisible(true); // 显示... 阅读全文

posted @ 2008-03-31 11:53 jadmin 阅读(607) 评论(0) 推荐(0)