Reusing the Tabbed Properties [message #335765] |
Tue, 28 April 2009 13:47 |
Eclipse User |
|
|
|
Originally posted by: j4r0d.hotmail.com
Hello,
I would like to reuse the look and feel of the tabbed properties view in my
Eclipse plugin.
I need to create this control in a composite (and not at the properties
view's place).
I am not sure that this control has been designed for this kind of use...
Maybe I should simply try to copy the SWT part of the tabbed properties...?
Where can I find this?
If you have some good advices on the best approach to reuse/reproduce the
tabbed properties style, I would really appreciate your help :-)
Thanks for all,
J.
|
|
|
Re: Reusing the Tabbed Properties [message #335767 is a reply to message #335765] |
Tue, 28 April 2009 15:24 |
Eclipse User |
|
|
|
Originally posted by: sakis.kotisis.scigentech.com
On Tue, 28 Apr 2009 16:47:08 +0300, Jarod Mills <j4r0d@hotmail.com> wrote:
> Hello,
>
> I would like to reuse the look and feel of the tabbed properties view in
> my
> Eclipse plugin.
> I need to create this control in a composite (and not at the properties
> view's place).
>
> I am not sure that this control has been designed for this kind of use...
>
If you just want the L&F maybe use Eclipse Forms?
http://www.eclipse.org/articles/Article-Forms/article.html
> Maybe I should simply try to copy the SWT part of the tabbed
> properties...?
> Where can I find this?
> If you have some good advices on the best approach to reuse/reproduce the
> tabbed properties style, I would really appreciate your help :-)
>
> Thanks for all,
>
> J.
>
>
--
Sakis Kotisis
Senior Software Engineer
SciGen Technologies, Inc.
|
|
|
Re: Reusing the Tabbed Properties [message #335774 is a reply to message #335767] |
Wed, 29 April 2009 08:53 |
Eclipse User |
|
|
|
Originally posted by: j4r0d.hotmail.com
Sorry I was not clear enough, when I'm talking about the L&F I'm just
talking about the horizontal tabs from the tabbed properties view.
I really like this design, but how could I reuse it in a shell or something?
According to me there is no such horizontal tabs in the Forms API.
Any ideas?
"Sakis Kotisis" <sakis.kotisis@scigentech.com> wrote in message
news:op.us3rrkmqgfpp5o@athena.pbs.local...
> On Tue, 28 Apr 2009 16:47:08 +0300, Jarod Mills <j4r0d@hotmail.com> wrote:
>
>> Hello,
>>
>> I would like to reuse the look and feel of the tabbed properties view in
>> my
>> Eclipse plugin.
>> I need to create this control in a composite (and not at the properties
>> view's place).
>>
>> I am not sure that this control has been designed for this kind of use...
>>
>
> If you just want the L&F maybe use Eclipse Forms?
> http://www.eclipse.org/articles/Article-Forms/article.html
>
>> Maybe I should simply try to copy the SWT part of the tabbed
>> properties...?
>> Where can I find this?
>> If you have some good advices on the best approach to reuse/reproduce the
>> tabbed properties style, I would really appreciate your help :-)
>>
>> Thanks for all,
>>
>> J.
>>
>>
>
>
>
> --
> Sakis Kotisis
>
> Senior Software Engineer
>
> SciGen Technologies, Inc.
|
|
|
Re: Reusing the Tabbed Properties [message #335775 is a reply to message #335774] |
Wed, 29 April 2009 11:34 |
Eclipse User |
|
|
|
Originally posted by: sakis.kotisis.scigentech.com
As far as i know there is no API for what you are looking for, the
horizontal tabs are custom drawn.
Use the Source Luke!
On Wed, 29 Apr 2009 11:53:53 +0300, Jarod Mills <j4r0d@hotmail.com> wrote:
> Sorry I was not clear enough, when I'm talking about the L&F I'm just
> talking about the horizontal tabs from the tabbed properties view.
> I really like this design, but how could I reuse it in a shell or
> something?
>
> According to me there is no such horizontal tabs in the Forms API.
> Any ideas?
>
>
> "Sakis Kotisis" <sakis.kotisis@scigentech.com> wrote in message
> news:op.us3rrkmqgfpp5o@athena.pbs.local...
>> On Tue, 28 Apr 2009 16:47:08 +0300, Jarod Mills <j4r0d@hotmail.com>
>> wrote:
>>
>>> Hello,
>>>
>>> I would like to reuse the look and feel of the tabbed properties view
>>> in
>>> my
>>> Eclipse plugin.
>>> I need to create this control in a composite (and not at the properties
>>> view's place).
>>>
>>> I am not sure that this control has been designed for this kind of
>>> use...
>>>
>>
>> If you just want the L&F maybe use Eclipse Forms?
>> http://www.eclipse.org/articles/Article-Forms/article.html
>>
>>> Maybe I should simply try to copy the SWT part of the tabbed
>>> properties...?
>>> Where can I find this?
>>> If you have some good advices on the best approach to reuse/reproduce
>>> the
>>> tabbed properties style, I would really appreciate your help :-)
>>>
>>> Thanks for all,
>>>
>>> J.
>>>
>>>
>>
>>
>>
>> --
>> Sakis Kotisis
>>
>> Senior Software Engineer
>>
>> SciGen Technologies, Inc.
>
>
--
Sakis Kotisis
Senior Software Engineer
SciGen Technologies, Inc.
|
|
|
Re: Reusing the Tabbed Properties [message #335777 is a reply to message #335775] |
Wed, 29 April 2009 12:44 |
Eclipse User |
|
|
|
Originally posted by: j4r0d.hotmail.com
NOOOOOOOOOOOOOOOOOOOOO :-)
"Sakis Kotisis" <sakis.kotisis@scigentech.com> wrote in message
news:op.us5bslsbgfpp5o@athena.pbs.local...
> As far as i know there is no API for what you are looking for, the
> horizontal tabs are custom drawn.
>
> Use the Source Luke!
>
> On Wed, 29 Apr 2009 11:53:53 +0300, Jarod Mills <j4r0d@hotmail.com> wrote:
>
>> Sorry I was not clear enough, when I'm talking about the L&F I'm just
>> talking about the horizontal tabs from the tabbed properties view.
>> I really like this design, but how could I reuse it in a shell or
>> something?
>>
>> According to me there is no such horizontal tabs in the Forms API.
>> Any ideas?
>>
>>
>> "Sakis Kotisis" <sakis.kotisis@scigentech.com> wrote in message
>> news:op.us3rrkmqgfpp5o@athena.pbs.local...
>>> On Tue, 28 Apr 2009 16:47:08 +0300, Jarod Mills <j4r0d@hotmail.com>
>>> wrote:
>>>
>>>> Hello,
>>>>
>>>> I would like to reuse the look and feel of the tabbed properties view
>>>> in
>>>> my
>>>> Eclipse plugin.
>>>> I need to create this control in a composite (and not at the properties
>>>> view's place).
>>>>
>>>> I am not sure that this control has been designed for this kind of
>>>> use...
>>>>
>>>
>>> If you just want the L&F maybe use Eclipse Forms?
>>> http://www.eclipse.org/articles/Article-Forms/article.html
>>>
>>>> Maybe I should simply try to copy the SWT part of the tabbed
>>>> properties...?
>>>> Where can I find this?
>>>> If you have some good advices on the best approach to reuse/reproduce
>>>> the
>>>> tabbed properties style, I would really appreciate your help :-)
>>>>
>>>> Thanks for all,
>>>>
>>>> J.
>>>>
>>>>
>>>
>>>
>>>
>>> --
>>> Sakis Kotisis
>>>
>>> Senior Software Engineer
>>>
>>> SciGen Technologies, Inc.
>>
>>
>
>
>
> --
> Sakis Kotisis
>
> Senior Software Engineer
>
> SciGen Technologies, Inc.
|
|
|
Powered by
FUDForum. Page generated in 0.04380 seconds