Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » Editing properties
Editing properties [message #215365] Mon, 01 May 2006 19:43 Go to next message
Eclipse UserFriend
Originally posted by: vinicius.ferraz.gmail.com

I looked the properties examples, and all have only 2 columns. Anyone
know if its possible (and how) do a properties view with 3 columns,
where the third column is a Combo where I can change the Number unit.....

EX:

Property | Value | Unit |
Velocity | 100 | km/h |
Re: Editing properties [message #215569 is a reply to message #215365] Thu, 04 May 2006 19:46 Go to previous messageGo to next message
Steven R. Shaw is currently offline Steven R. ShawFriend
Messages: 128
Registered: July 2009
Senior Member
You should probably post this question to platform newsgroup as the
properties infrastructure resides there.

-Steve

"Vinicius Ferraz Campos" <vinicius.ferraz@gmail.com> wrote in message
news:e35ods$hup$1@utils.eclipse.org...
> I looked the properties examples, and all have only 2 columns. Anyone
> know if its possible (and how) do a properties view with 3 columns,
> where the third column is a Combo where I can change the Number unit.....
>
> EX:
>
> Property | Value | Unit |
> Velocity | 100 | km/h |
Re: Editing properties [message #215917 is a reply to message #215569] Thu, 11 May 2006 13:47 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: vinicius.ferraz.gmail.com

Sorry, I dint understand that. is it possible we have a GEF property
window with 3 columns? And more, the third column is a combo-box where u
can change the Number unit....

Steven Shaw wrote:
> You should probably post this question to platform newsgroup as the
> properties infrastructure resides there.
>
> -Steve
>
> "Vinicius Ferraz Campos" <vinicius.ferraz@gmail.com> wrote in message
> news:e35ods$hup$1@utils.eclipse.org...
>> I looked the properties examples, and all have only 2 columns. Anyone
>> know if its possible (and how) do a properties view with 3 columns,
>> where the third column is a Combo where I can change the Number unit.....
>>
>> EX:
>>
>> Property | Value | Unit |
>> Velocity | 100 | km/h |
>
>
Re: Editing properties [message #215925 is a reply to message #215917] Thu, 11 May 2006 14:23 Go to previous message
Steven R. Shaw is currently offline Steven R. ShawFriend
Messages: 128
Registered: July 2009
Senior Member
As I understand it, GEF only contributes property sheet entries through the
IPropertySource interface and uses default cell editors. To do what you're
suggesting, it sounds like you'd need to customize the default UI that is
provided by org.eclipse.ui.views.properties. Which is why the platform
newsgroup may be able to assist you better.

Regards,

Steve.

"Vinicius Ferraz Campos" <vinicius.ferraz@gmail.com> wrote in message
news:44634070.8020206@gmail.com...
> Sorry, I dint understand that. is it possible we have a GEF property
> window with 3 columns? And more, the third column is a combo-box where u
> can change the Number unit....
>
> Steven Shaw wrote:
> > You should probably post this question to platform newsgroup as the
> > properties infrastructure resides there.
> >
> > -Steve
> >
> > "Vinicius Ferraz Campos" <vinicius.ferraz@gmail.com> wrote in message
> > news:e35ods$hup$1@utils.eclipse.org...
> >> I looked the properties examples, and all have only 2 columns. Anyone
> >> know if its possible (and how) do a properties view with 3 columns,
> >> where the third column is a Combo where I can change the Number
unit.....
> >>
> >> EX:
> >>
> >> Property | Value | Unit |
> >> Velocity | 100 | km/h |
> >
> >
Previous Topic:Palette View
Next Topic:Key bindings: what to use instead of getKeyBindingService().registerAction(action)?
Goto Forum:
  


Current Time: Thu Apr 25 15:01:51 GMT 2024

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

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

Back to the top