Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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é




Back to the top