Support your LabelProvider!! - ImageContribution

In complex applications you also have very many images that want to be placed to the right time on the right place. And because some good software-architects already have concepted the model ;) , in the most cases you want to visualize a special object or a special property of an object with an image in your JFace-List or Tree. Imagine you have 50 JFace-Viewers and 300 different Icons. Do you really want to implement in every LabelProvider how and when to access to which image? I guess, no…

Continue Reading Add comment January 16th, 2006

Where it all begins. The model.

Before I can start implementing cool gimmicks with eclipse I need a datastructure. I’ve chosen a very similar tree-structure of a process. A process has different steps, subprocesses , lists of conditions. All these elements can be linked. It’s a very simple structure and all upcoming examples are based on this model-plugin.

 Download the model-plugin with source-code.

 Download the model-plugin without source-code.

Add comment December 19th, 2005

Hello Eclipse-World

JAVA:
  1.  
  2. System.out.println("Hello Eclipse World");
  3.  

Yeah, my first post in my first blog.
In the last month I worked very hardly...

Continue Reading Add comment December 14th, 2005

Next Posts


Categories

Links

Feeds