Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » About MemberJavaBeanCellEditor class...
About MemberJavaBeanCellEditor class... [message #17804] Wed, 04 February 2004 14:00
David is currently offline DavidFriend
Messages: 34
Registered: July 2009
Member
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.
Previous Topic:VE: More about 'get methods' when I select a variable for a property.
Next Topic:About MemberJavaBeanCellEditor class...
Goto Forum:
  


Current Time: Sat Oct 19 17:47:32 GMT 2024

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

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

Back to the top