Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ve-dev] How to contribute?


Hi Dave,

You had been working on this with Boris. Who should Andre contact?

Thanks,
Rich


"Andre Dietisheim" <dietisheim@xxxxxxxxx>
Sent by: ve-dev-bounces@xxxxxxxxxxx

04/19/2006 10:39 AM

Please respond to
Discussions people developing code for the Visual Editor project <ve-dev@xxxxxxxxxxx>

To
<ve-dev@xxxxxxxxxxx>
cc
Subject
[ve-dev] How to contribute?





Hi!

I just got the okay of my project leader to use the jface-databinding in
the client I develop. It's a standalone swt/jface-client that mainly
consists of generic views that show beans in tables, combos, etc.
I wanted to bind a tabFolder and saw that the support's not there, so I
implemented it.

SWTObservableFactory.createObservable():
-> added an if for tabfolder and SWTProperties.SELECTION

ObservableValue:
-> created a class TabFolderObservableValue (similar to ListObservableValue)

How to contribute that stuff back?

Cheers
André


_______________________________________________
ve-dev mailing list
ve-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ve-dev


Back to the top