Swt table类中,怎么让table item倒着排序
Swt table类中,如何让table item倒着排序,
Swt table类中,如何让table item倒着排序,例如数据库中有四条记录,过一段时间又来追加一条记录,我想让它第一条显示,如何实现
------解决方案--------------------
TableItem (Table parent, int style, int index)
new TableItem(table,SWT.NONE,0)
Swt table类中,如何让table item倒着排序,例如数据库中有四条记录,过一段时间又来追加一条记录,我想让它第一条显示,如何实现
------解决方案--------------------
TableItem (Table parent, int style, int index)
new TableItem(table,SWT.NONE,0)