Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Show List (or Collection) in a PropertiesView
Show List (or Collection) in a PropertiesView [message #468442] Wed, 05 August 2009 14:36
Aleksandar Pavlov is currently offline Aleksandar PavlovFriend
Messages: 79
Registered: July 2009
Member
Hi friends,
I looked at the newsgroup twice but nothing found.
I would like to show the contents of a List in the PropertiesView.
For example like that:

code:
List<String> names = Arrays.asList("al", "ben", "candy");

visual result:
+Names
|-al
|-ben
|-candy

I use IPropertySource for my classes but what do I need to do for the
fields that are neither primitives, not custom objects.

Thanks in advance
Aleks
Previous Topic:Re: Plugin not activated/View not shown
Next Topic:contribute toolbar to a view
Goto Forum:
  


Current Time: Thu Jan 16 20:05:40 GMT 2025

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

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

Back to the top