installation und usage

installation of the main plugin

The plugin requires eclipse 3.2 If you are not familiar with eclipse you can visit:

The plugin can be installed with the eclipse update manager from our update site:

http://postfuse.macrolab.de/
The plugin requires eclipse 3.2

If there are problems using the plugin and you had an old version installed you should try to reinstall the plugin. This is done by deleting all jar-files of our plugin (the have a prefix de.g222) in the feature and plugin folder of your eclipse install directory. After this cleanuo you can reinstall the plugin from our update site.

use the plugin to view GraphML-Files



If you only want to view GraphML-Files you only need to install the main plugin from the update site. Some examples can be found in the gml sample project. You can import this jar-file using the import wizard for eclipse projects.

use the plugin to create graphs from your own plugin

For this application we also have a sample project. You can import this jar-file using the import wizard for eclipse projects. That project contains an action set which contributes to the main menu of eclipse. The code in these actions shows how to build own graphs.