| Author |
Message |
|
|
Post subject: generate editor input based on a model
Posted: Apr 07, 2008 - 06:07 AM
|
|
Joined: Apr 07, 2008
Posts: 1
|
|
Hello,
I am currently working on my first eclipse plug-in project. It is going to be a plug-in that allows users to quickly manage specific xml configurations for a framework. This will be done from different views / editors such as design source tree etc.
The main idea is that I load an xml configuration, the plug-in converts it into an object tree. And then the object tree is displayed in different views all accross the plugin. This is done easily in views with the use of content providers, however I cant seem to figure out how to do this in my editors.
Also i want these editors to be directly linked to my structure (outline) whenever i select or highlight somthing.
Could somebody please help me by giving me some examples of editors that rely on specific model inputs rather then files? |
|
|
| |
|
|
|
 |
|
|
| |