Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » tableViewer.getSelection() returning null if using SWT.VIRTUAL?
tableViewer.getSelection() returning null if using SWT.VIRTUAL? [message #299479] Fri, 17 February 2006 14:10
Eclipse UserFriend
if i create the table and table viewer with the SWT-VIRTUAL

tableViewer.getSelection()
ISelection selection = tableViewer.getSelection();
Object obj = ((IStructuredSelection) selection).getFirstElement();

Also is there a sample of using a table and table viewer with SWT.VIRTUAL?


The table is filled with the items , but the selection no longer works? What
am i missing?
Previous Topic:Home made cvs team provider receives errors from Eclipse CVS Team Provider
Next Topic:EMOF serialization
Goto Forum:
  


Current Time: Sat May 10 19:06:01 EDT 2025

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

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

Back to the top