Category Archives: Eclipse

Splash-Screen and Threads

Today I thought it would make my application look much more professional if the login-dialog is part of the splash-screen. The new extension point added in eclipse makes this possible and even provided an template implementation I could use without … Continue reading

Posted in 3.x | 16 Comments

Things are evolving

It’s been now a few months I started reworking my the first draft implementation which already provided many interesting things but there was still Java-Code needed to bind-POJOs and to interact with the Datasource. What’s new: XBL (XmlBindingLanguage) to connect … Continue reading

Posted in Eclipse | 1 Comment

New JFace API is in place

After ~8 months of work we checked in the new JFace-API with many exciting features in to CVS just a few hours ago. To see how powerful this new API is take a look at the this snippet. Test it … Continue reading

Posted in 3.x | 5 Comments

XSWT, Databinding, … => DataForms

It’s sometime ago I started rewriting the current XSWT implementation from David Orme. Now I saw the Blog from Alex about Databinding and thought it’s time to let you all know that I’m working on a set of plugins which … Continue reading

Posted in Eclipse | 4 Comments

TableViewers and Nativelooking Checkboxes

Many of us have faced the same problem that if you needed to use checkboxes in your TableViewer/TreeViewer they look not native because they are pictures. I had some free minutes and thought that it’s time to create a LabelProvider … Continue reading

Posted in 3.x | 15 Comments

The new faces of JFace (part2)

The last time I showed you the new programming model we introduced to JFace to make it feel like programming SWT. But has this been the only reason that we decided to add this new API beside the existing one … Continue reading

Posted in 3.x | 6 Comments

What items are visible in Table/Tree?

Have you often asked yourself which items are visibile in Table/Tree. Maybe you need these informations to dispose system-resources (e.g. if you have different images in every row you can easily run out of system resources). What to do? There’s … Continue reading

Posted in 3.x | 17 Comments

the new Faces of JFace (part 1)

Some of you may have noticed JFace provides new API to streamline JFace usage and to support new features like: custom owner draw tooltips for tree/table-cells keyboard editing support for viewers To provide all those new features we (Tod Creasey, … Continue reading

Posted in 3.x | 8 Comments

Are OS-ToolTips not flexible enough / Use JFace ToolTips

How often have you wished that OS-Tooltips would provide more functionalities like MultiLine-Text, Background-Color, Embedded Images, … . The time you faced those problems is over since today where JFace ToolTips are available to the public. Usage is fairly straight … Continue reading

Posted in 3.x | Leave a comment

at.bestsolution.jface32-0.0.1 released

As promised I have released my JFace backport from 3.3 just a view days after 3.2 came out. You can get the ready plugin from my companies SVN-Repository.

Posted in 3.x | Leave a comment