Monthly Archives: January 2007
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