Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » double-clicking row in TableViewer
double-clicking row in TableViewer [message #150807] Wed, 29 October 2003 11:12
Eclipse UserFriend
Originally posted by: egor_abramovich.mail.ru

Hi all,
I wrote a simple view with TableViewer inside. Content provider provides
MyObject's as table rows. MyObject.toString() is displayed in each row.

MyObject[] list;
public Object[] getElements(Object inputElement) {
return list;
}

This is a simple viewer of MyObject[] array.
Problem is: double-clicking any element in the table
gives unexpected message "No property pages for ."
What I expected to do to get rid of this message?
Implement some dummy property page for MyObject?
But I don't want any actions to be associated with double-click...

Regards,
Egor.
Previous Topic:Adding a new configuration under "Run..."
Next Topic:detachable views?
Goto Forum:
  


Current Time: Sat May 10 08:07:19 EDT 2025

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

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

Back to the top