Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » Implementor Property Editor like in VAJ?
Implementor Property Editor like in VAJ? [message #72052] Tue, 16 November 2004 13:41 Go to next message
Eclipse UserFriend
Originally posted by: evert.tennapel.nl.thalesgroup.com

Hello,

We are replacing IBM Visual Age 4.0 for Java with Eclipse and its VE.

Eclipse-VE has no property-editor available for choosing a class from a
list of classes that implement a specific interface, a so called
"Implementor Property Editor".
This was available in VAJ 4.0.

Has anyone an replacement for this editor in the VE available? Or any
suggestions on how
we can realize such an editor?

Regards,
Evert ten Napel

evert.tennapel@nl.thalesgroup.com
Re: Implementor Property Editor like in VAJ? [message #72200 is a reply to message #72052] Thu, 18 November 2004 13:05 Go to previous messageGo to next message
Joe Winchester is currently offline Joe WinchesterFriend
Messages: 496
Registered: July 2009
Senior Member
Hi Evert,

> Eclipse-VE has no property-editor available for choosing a class from a
> list of classes that implement a specific interface, a so called
> "Implementor Property Editor".
> This was available in VAJ 4.0.
>
> Has anyone an replacement for this editor in the VE available? Or any
> suggestions on how
> we can realize such an editor?

We have one that should do just what you want. If the Property is typed
to a class or interface that we don't have a specific editor for (i.e.
we have special ones for color, font, String, etc...) then by default
you'll get a editor with a drop down and a ... button.
The drop down shows all JavaBeans that already exist that conform to the
type of the property. If you push the ... the ChooseBean dialog opens
and you can enter a class name and drop a new instance that will then be
dropped onto the free form and pre-selected for you.

Is this what you're looking for ?

Best regards,

Joe Winchester
Re: Implementor Property Editor like in VAJ? [message #72588 is a reply to message #72200] Wed, 24 November 2004 09:12 Go to previous message
Eclipse UserFriend
Originally posted by: evert.tennapel.nl.thalesgroup.com

Hi Joe,

> Hi Evert,

>> Eclipse-VE has no property-editor available for choosing a class from a
>> list of classes that implement a specific interface, a so called
>> "Implementor Property Editor".
>> This was available in VAJ 4.0.
>>
>> Has anyone an replacement for this editor in the VE available? Or any
>> suggestions on how
>> we can realize such an editor?

> We have one that should do just what you want. If the Property is typed
> to a class or interface that we don't have a specific editor for (i.e.
> we have special ones for color, font, String, etc...) then by default
> you'll get a editor with a drop down and a ... button.
> The drop down shows all JavaBeans that already exist that conform to the
> type of the property. If you push the ... the ChooseBean dialog opens
> and you can enter a class name and drop a new instance that will then be
> dropped onto the free form and pre-selected for you.

> Is this what you're looking for ?

Exactly!! Perfect, it is even working better than with VAJ...

Until now we have been using an "old" version of the VE. We didn't know
that this was solved in
the latest version of the VE. (We were about to make one ourselves....)

With kind regards,
Evert ten Napel
Re: Implementor Property Editor like in VAJ? [message #603194 is a reply to message #72052] Thu, 18 November 2004 13:05 Go to previous message
Joe Winchester is currently offline Joe WinchesterFriend
Messages: 496
Registered: July 2009
Senior Member
Hi Evert,

> Eclipse-VE has no property-editor available for choosing a class from a
> list of classes that implement a specific interface, a so called
> "Implementor Property Editor".
> This was available in VAJ 4.0.
>
> Has anyone an replacement for this editor in the VE available? Or any
> suggestions on how
> we can realize such an editor?

We have one that should do just what you want. If the Property is typed
to a class or interface that we don't have a specific editor for (i.e.
we have special ones for color, font, String, etc...) then by default
you'll get a editor with a drop down and a ... button.
The drop down shows all JavaBeans that already exist that conform to the
type of the property. If you push the ... the ChooseBean dialog opens
and you can enter a class name and drop a new instance that will then be
dropped onto the free form and pre-selected for you.

Is this what you're looking for ?

Best regards,

Joe Winchester
Re: Implementor Property Editor like in VAJ? [message #603314 is a reply to message #72200] Wed, 24 November 2004 09:12 Go to previous message
Eclipse UserFriend
Originally posted by: evert.tennapel.nl.thalesgroup.com

Hi Joe,

> Hi Evert,

>> Eclipse-VE has no property-editor available for choosing a class from a
>> list of classes that implement a specific interface, a so called
>> "Implementor Property Editor".
>> This was available in VAJ 4.0.
>>
>> Has anyone an replacement for this editor in the VE available? Or any
>> suggestions on how
>> we can realize such an editor?

> We have one that should do just what you want. If the Property is typed
> to a class or interface that we don't have a specific editor for (i.e.
> we have special ones for color, font, String, etc...) then by default
> you'll get a editor with a drop down and a ... button.
> The drop down shows all JavaBeans that already exist that conform to the
> type of the property. If you push the ... the ChooseBean dialog opens
> and you can enter a class name and drop a new instance that will then be
> dropped onto the free form and pre-selected for you.

> Is this what you're looking for ?

Exactly!! Perfect, it is even working better than with VAJ...

Until now we have been using an "old" version of the VE. We didn't know
that this was solved in
the latest version of the VE. (We were about to make one ourselves....)

With kind regards,
Evert ten Napel
Previous Topic:Help BoxLayout
Next Topic:where can i get the guide?
Goto Forum:
  


Current Time: Thu Apr 25 07:09:31 GMT 2024

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

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

Back to the top