Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Problem accessing displayed contents of TableViewer
Problem accessing displayed contents of TableViewer [message #451439] Wed, 02 March 2005 09:07
daren is currently offline darenFriend
Messages: 10
Registered: July 2009
Junior Member
After my JFace TableViewer component displayed its contents, when I click
on one of the rows, I use the getSelection() method of the TableViewer to
retrieve the IStructuredSelection object, which is supposed to contain the
elements of each column of that row. However, I am not able to extract the
individual columns and store them in a String array. How can I access the
elements of the selected row?
Previous Topic:OLE Browser
Next Topic:Why no TableColumn.computeSize() ?
Goto Forum:
  


Current Time: Fri Mar 29 06:11:52 GMT 2024

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

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

Back to the top