double-clicking row in TableViewer [message #150807] |
Wed, 29 October 2003 11:12 |
Eclipse User |
|
|
|
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.
|
|
|
Powered by
FUDForum. Page generated in 0.03117 seconds