xwt....

SWT Designer allows you to create the views, editors, perspectives, pref pages, composites, etc. that comprise Eclipse SWT & RCP applications and plug-ins.

Moderators: Konstantin.Scheglov, gnebling, Alexander.Mitin, jwren, Eric Clayberg

xwt....

Postby mattiaswa » Mon Jun 28, 2010 3:55 am

I just upgrade my window builder to 7.6 and tried the xwt editor out. I must say it seems really promising, but I have some issues I cant find any information on. What about support for e.g. databinding? Support for jface components? How do I set input to tables & trees?
mattiaswa
 
Posts: 2
Joined: Mon Jun 28, 2010 3:50 am

Re: xwt....

Postby Eric Clayberg » Mon Jun 28, 2010 8:37 am

mattiaswa wrote:What about support for e.g. databinding?

XWT Data Binding support is currently under development.

mattiaswa wrote:Support for jface components?

Those are on the palette now.

mattiaswa wrote:How do I set input to tables & trees?

That is part of the Data Binding support that is under development. You can also code it by hand in the mean time. For example.

Code: Select all
    <TableViewer Name="TableViewer" input="{Binding Path=employees}">
        <TableViewer.contentProvider>
            <j:ContentProvider/>
        </TableViewer.contentProvider>
        <TableViewer.labelProvider>
            <j:LabelProvider/>
        </TableViewer.labelProvider>
        <TableViewer.table HeaderVisible="true">
            <TableColumn width="150" text="Name"/>
            <TableColumn width="150" text="Age"/>
        </TableViewer.table>
        <TableViewer.control.layoutData>
            <GridData horizontalAlignment="FILL"
                 grabExcessHorizontalSpace="true"/>
        </TableViewer.control.layoutData>
    </TableViewer>
Eric Clayberg
Software Engineering Manager
Google
http://code.google.com/webtoolkit/download.html

Author: "Eclipse Plug-ins"
http://www.qualityeclipse.com
Eric Clayberg
Moderator
 
Posts: 4503
Joined: Tue Sep 30, 2003 6:39 am
Location: Boston, MA USA

Re: xwt....

Postby mattiaswa » Tue Jun 29, 2010 9:40 pm

Approximately when, do you think that functionality will be part of the latest & greatest build?
mattiaswa
 
Posts: 2
Joined: Mon Jun 28, 2010 3:50 am

Re: xwt....

Postby Eric Clayberg » Wed Jun 30, 2010 9:44 am

mattiaswa wrote:Approximately when, do you think that functionality will be part of the latest & greatest build?

Hopefully by the end of July.
Eric Clayberg
Software Engineering Manager
Google
http://code.google.com/webtoolkit/download.html

Author: "Eclipse Plug-ins"
http://www.qualityeclipse.com
Eric Clayberg
Moderator
 
Posts: 4503
Joined: Tue Sep 30, 2003 6:39 am
Location: Boston, MA USA


Return to SWT Designer

Who is online

Users browsing this forum: Bing [Bot], Google [Bot] and 2 guests