Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[nebula-dev] Wish to contribute to Nebula with 3 new widgets.

Hi Nebula Team,

I would like again to contribute to Nebula project with 3 widgets (that I must finish (clean code+set comments+finish API, etc) that we are using in our XDocReport RCP/RAP Application

  • ModelPicker.: which gives you the capability to pick a model (for instance in our case pick a Client from a database) in a SWT Text by using several means like completion, open a custom search dialog to select a Client , etc). I would like improve it too to pick multi model with a SWT Table (instead of SWT Text). In the attached screen ModelPicker1.png you can see screen with completion. In screen ModelPicker2.png you can see Browse button wich provides several means (that you configure it) to search a Client (here there is completion + search client dialog). In the attached screen ModelPicker3.png you can see the search client dialog.
==> Are you interested with this widget?
  • SimpleRichText : which gives you the capability to type HTML, WIki...syntax in a SWT Text and gives you a preview (please see SimpleRichText). Some toolbar like bold, italic are available. This component should be a lot improved, but I woul dlike know if you are interested? It's called SimpleRichText and not RichText because it's not a wysiwyg editor. You must type your HTML or Wiki content in the SWT Text and you have toolbar which helps you to generate well html, wiki and have a preview (which works with SWT Browser).
==> Are you interested with this widget?
  • ModelFormEditor:  which extends FormEditor and gives you the capability to manage a model (load a model, save it). This editor provides some method to implement like onLoad, onBind, onSave, etc, and after this editor manage for you the dirty state of the editor by using the JFace Databinding created in the onBind. This editor manage too error (display error in the form header) by using JFace Databinding validator. I don't know if my explanation is enough, but I think this kind of editor miss in RCP. If it's not enough, tell me and I will explain more.
==> Are you interested with this widget?

Hope you will like it my proposition.

Regards Angelo

Attachment: ModelPicker1.png
Description: PNG image

Attachment: ModelPicker2.png
Description: PNG image

Attachment: ModelPicker3.png
Description: PNG image

Attachment: SimpleRichText.png
Description: PNG image


Back to the top