Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Troubles with table sorter
Troubles with table sorter [message #85677] Thu, 14 August 2003 02:04
Eclipse UserFriend
Originally posted by: mz.whitehouse.gov

I have trouble with the table. The folowing code clears all contents of
the table (clears all contents of data storage for the table)

column.addSelectionListener(new SelectionAdapter() {
public void widgetSelected(SelectionEvent e) {
tableViewer.setSorter(new
FolderContentsSorter(FolderContentsSorter.FILENAME));
}
});

Thank you
Previous Topic:Javadoc assistance
Next Topic:Repository for external jars
Goto Forum:
  


Current Time: Tue May 13 01:09:39 EDT 2025

Powered by FUDForum. Page generated in 0.03574 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top