Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] Custom Widget using XWT

Yes, thanks!

Yves YANG
> On Tue, Dec 15, 2009 at 10:10 AM,  <yves.yang@xxxxxxxxxxx> wrote:
>> Here I have given a low level solution.
>>
>> The extension point is provided in plugin "org.eclipse.e4.xwt.pde".
>> org.eclipse.e4.xwt is general, which can be used anywhere.
>> "org.eclipse.e4.xwt.pde" takes care of eclipse integration. You can find
>> the following extension points:
>>  1. Converter
>>     For data type conversion
>>  2. Metaclass
>>     To register a metaclass
>>  3. MetaclassFactory
>>     To register a metaclass factory
>>  4. Style
>>     To register a style engine
>>  5. Logger
>>     To setup a logger
>
>
> I've opened https://bugs.eclipse.org/bugs/show_bug.cgi?id=297850 for
> the xwt.pde bundle starting the xwt bundle.
>
> So if people are using XWT as part of a bundle, they should be
> providing their event code and/or custom widgets through the xwt.pde
> extension points?  That makes sense.
>
> PW
>
> --
> Paul Webster
> Hi floor.  Make me a sammich! - GIR
> _______________________________________________
> e4-dev mailing list
> e4-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/e4-dev
>




Back to the top