Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JFace » Building tables made easy: TableViewerBuilder
Building tables made easy: TableViewerBuilder [message #454302] Sat, 01 August 2009 17:32 Go to next message
Ralf Ebert is currently offline Ralf EbertFriend
Messages: 72
Registered: July 2009
Member
Hi,

maybe you are interested in this, I just released some code to make the
setup of TableViewers a bit simpler using a Builder class.

Building tables made easy: TableViewerBuilder
http://www.ralfebert.de/blog/eclipsercp/tableviewerbuilder/

Feedback is appreciated of course,

Greetings,

Ralf



--

Eclipse RCP training course (German)
http://www.ralfebert.de/seminare/eclipse_rcp/
Re: Building tables made easy: TableViewerBuilder [message #467909 is a reply to message #454302] Mon, 03 August 2009 11:19 Go to previous messageGo to next message
Aleksandar Pavlov is currently offline Aleksandar PavlovFriend
Messages: 79
Registered: July 2009
Member
Hi,
it looks great, I will give it a try.
However the zip download in [1] doesn't work.
Greetings
Aleks

[1]
http://github.com/ralfebert/de.ralfebert.rcputils/tree/00f33 95e9fe1bb9d9c033334d4aef422cd02795b/src/de/ralfebert/rcputil s/builder/table/format
Re: Building tables made easy: TableViewerBuilder [message #467970 is a reply to message #467909] Mon, 03 August 2009 13:44 Go to previous messageGo to next message
Ralf Ebert is currently offline Ralf EbertFriend
Messages: 72
Registered: July 2009
Member
Hi,

> it looks great, I will give it a try.
> However the zip download in [1] doesn't work.

works for me... Try to download the full plugin at
http://github.com/ralfebert/de.ralfebert.rcputils/tree/maste r
Probably you need to have JavaScript activated...

Greetings,

Ralf Ebert



--

Eclipse RCP training course (German)
http://www.ralfebert.de/seminare/eclipse_rcp/
Re: Building tables made easy: TableViewerBuilder [message #467986 is a reply to message #467970] Mon, 03 August 2009 14:06 Go to previous messageGo to next message
Aleksandar Pavlov is currently offline Aleksandar PavlovFriend
Messages: 79
Registered: July 2009
Member
Tthat worked.
I already DL-ed the tag.gz, though

Ralf Ebert wrote:

> works for me... Try to download the full plugin at
> http://github.com/ralfebert/de.ralfebert.rcputils/tree/maste r
> Probably you need to have JavaScript activated...
Re: Building tables made easy: TableViewerBuilder [message #468224 is a reply to message #454302] Tue, 04 August 2009 15:04 Go to previous messageGo to next message
Aleksandar Pavlov is currently offline Aleksandar PavlovFriend
Messages: 79
Registered: July 2009
Member
New type of question,
What is the licensing of the plug-in. Am I free to use it anywhere?
Thanks a lot
Re: Building tables made easy: TableViewerBuilder [message #468263 is a reply to message #467970] Tue, 04 August 2009 18:16 Go to previous messageGo to next message
Chris Aniszczyk is currently offline Chris AniszczykFriend
Messages: 674
Registered: July 2009
Senior Member
Ralf Ebert wrote:
> Hi,
>
>> it looks great, I will give it a try.
>> However the zip download in [1] doesn't work.
>
> works for me... Try to download the full plugin at
> http://github.com/ralfebert/de.ralfebert.rcputils/tree/maste r
> Probably you need to have JavaScript activated...

Have you considered donating some of the code to the Eclipse Databinding
project? You have some useful utility classes. To do so, open a bug
against JFace and start the discussion there ;)

Cheers,

Chris Aniszczyk | EclipseSource Austin | +1 860 839 2465
http://twitter.com/eclipsesource | http://twitter.com/caniszczyk
Re: Building tables made easy: TableViewerBuilder [message #479315 is a reply to message #468224] Mon, 10 August 2009 16:51 Go to previous messageGo to next message
Ralf Ebert is currently offline Ralf EbertFriend
Messages: 72
Registered: July 2009
Member
Hi Aleksandar,

> New type of question,
> What is the licensing of the plug-in. Am I free to use it anywhere?
> Thanks a lot

sorry, I just forgot: It's licensed under EPL. I just added the license
headers to the project.

Greetings,

Ralf



--
Ralf Ebert: Java developer, consultant and trainer
http://www.ralfebert.de/

Eclipse RCP training course (German)
http://www.ralfebert.de/seminare/eclipse_rcp/
Re: Building tables made easy: TableViewerBuilder [message #479319 is a reply to message #468263] Mon, 10 August 2009 17:00 Go to previous messageGo to next message
Ralf Ebert is currently offline Ralf EbertFriend
Messages: 72
Registered: July 2009
Member
Hi Chris,

> Have you considered donating some of the code to the Eclipse Databinding
> project? You have some useful utility classes. To do so, open a bug
> against JFace and start the discussion there ;)

thanks for the suggestion.

I believe code should mature in side projects and if and only if it's
sucessful and generally accepted it should make it to official projects.
I don't want to contribute to more design/API friction :)

Greetings,

Ralf



--
Ralf Ebert: Java developer, consultant and trainer
http://www.ralfebert.de/

Eclipse RCP training course (German)
http://www.ralfebert.de/seminare/eclipse_rcp/
Re: Building tables made easy: TableViewerBuilder [message #479565 is a reply to message #479319] Tue, 11 August 2009 14:59 Go to previous messageGo to next message
Eric Rizzo is currently offline Eric RizzoFriend
Messages: 3070
Registered: July 2009
Senior Member
Ralf Ebert wrote:
> Hi Chris,
>
>> Have you considered donating some of the code to the Eclipse
>> Databinding project? You have some useful utility classes. To do so,
>> open a bug against JFace and start the discussion there ;)
>
> thanks for the suggestion.
>
> I believe code should mature in side projects and if and only if it's
> sucessful and generally accepted it should make it to official projects.
> I don't want to contribute to more design/API friction :)

I think the best people to evaluate it are the Databinding experts who
would read the bug report. They know the ins and outs of databinding
(both implementation and usage) are the "guardians" of the API. I say,
throw it at them and see what the feedback is. Even if they say "not
now" and give pointers about where your code needs work, at least you
have good feedback.

Eric
Re: Building tables made easy: TableViewerBuilder [message #479634 is a reply to message #479565] Tue, 11 August 2009 19:20 Go to previous messageGo to next message
Chris Aniszczyk is currently offline Chris AniszczykFriend
Messages: 674
Registered: July 2009
Senior Member
Eric Rizzo wrote:
> Ralf Ebert wrote:
> I think the best people to evaluate it are the Databinding experts who
> would read the bug report. They know the ins and outs of databinding
> (both implementation and usage) are the "guardians" of the API. I say,
> throw it at them and see what the feedback is. Even if they say "not
> now" and give pointers about where your code needs work, at least you
> have good feedback.

Agreed. Or you can host the code in Nebula.

Cheers,

Chris Aniszczyk | EclipseSource Austin | +1 860 839 2465
http://twitter.com/eclipsesource | http://twitter.com/caniszczyk
Re: Building tables made easy: TableViewerBuilder [message #479720 is a reply to message #479634] Wed, 12 August 2009 07:39 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Hi,

Chris Aniszczyk schrieb:
> Eric Rizzo wrote:
>> Ralf Ebert wrote:
>> I think the best people to evaluate it are the Databinding experts who
>> would read the bug report. They know the ins and outs of databinding
>> (both implementation and usage) are the "guardians" of the API. I say,
>> throw it at them and see what the feedback is. Even if they say "not
>> now" and give pointers about where your code needs work, at least you
>> have good feedback.
>
> Agreed. Or you can host the code in Nebula.

Nebula might be a choice but UFaceKit might be one too. Our mission
there is to provide higherlevel UI-Abstractions inconjunction with
databinding.

Tom
Previous Topic:Actions and KeyBindings
Next Topic:[Databinding] Binding checkbox to boolean property
Goto Forum:
  


Current Time: Thu Apr 25 12:32:26 GMT 2024

Powered by FUDForum. Page generated in 0.03481 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top