Posts Tagged ‘jface’
Tips on developing Eclipse plugins - V.
Monday, January 21st, 2008Complex systems usually need some kind of asynchronous messaging and caching for better performance. And yes, that’s pretty much what this article is about. Let’s dive into the following issues:
- Custom event listeners
- Soft reference cache
- Preventing memory leaks when using cached objects & listeners
Tips on developing Eclipse plugins - IV.
Saturday, January 19th, 2008In today’s article I am going to describe a bunch more useful techniques for JFace which might be used in Eclipse Plugin Development as well. It will be:
- How to get the index of selected column in TableViewer
- How to create and use TreeViewer with multiple equal items
Tips on developing Eclipse plugins - II.
Thursday, December 27th, 2007Here we go again
In this article I try to shed some light on:
- Dialogs
- Compound document operations
- Markers