Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » IndexedPropertyDescriptor
IndexedPropertyDescriptor [message #614939] Wed, 20 December 2006 11:22
Eclipse UserFriend
Originally posted by: gremic.post.sk

Hi,

I have been working with custom components extending Swing objects. I had
a problem with displaying custom String[] properties with VE.
Properties as: private String[] ids;

coldn't be changed in Properties view meaningfully.
What's wrong? In ComboBoxBeanInfo nothing from

PropertyDescriptor Ids = new IndexedPropertyDescriptor("Ids",beanClass,
"getIds","setIds","getId","setId");
PropertyDescriptor Ids = new PropertyDescriptor("Ids",beanClass,
"getIds","setIds");

works.

Thanks.
Previous Topic:Using VE as an event-driven form designer
Next Topic:Using VE as an event-driven form designer
Goto Forum:
  


Current Time: Fri Apr 26 01:25:27 GMT 2024

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

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

Back to the top