| About MemberJavaBeanCellEditor class... [message #17804] | 
Wed, 04 February 2004 09:00  | 
 
Eclipse User  | 
 | 
 | 
   | 
 
Hi! 
 
I changed the border.override file to show variable names of border type 
instead open the border editor dialog. To do this, I use the 
MemberJavaBeanCellEditor in the .override file. 
 
Now, I need to show in the variables border list the java dafault borders 
too. 
 
I've seen that this class uses two list (javaObjects and 
javaObjectsLabels). 
 
After the 'while' instruction in the 'setSources' method I added this line: 
 
javaObjectLabels.add("new javax.swing.border.BevelBorder(2)"); 
 
With this, the properties sheet shows me my border type variables and 'new 
javax.swing.border.BevelBorder(2)' too. 
 
But, only with this VE do nothing if I select the last option. 
I supposed that I need add an object to the 'javaObjects' list. 
I believe that I must add an IJavaObjectInstance object but I don''t know 
what methods must implements and... what must they return? 
 
Many thanks.
 |  
 |  
  | 
Powered by 
FUDForum. Page generated in 0.17886 seconds