Skip to main content



      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 10:36
Eclipse UserFriend
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: Sun Jun 22 15:05:39 EDT 2025

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

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

Back to the top