

There’s also support for generating a diagram for all the Java classes in a Java project (or within one or more Java packages).ĭiagram generation is handled by (implementations of) an extension point, so you can customize the process of generating a diagram for other file types or editor content. OSGi bundle's MANIFEST.MF files (as component).the EClasses in Ecore models in the Ecore editor.the class in the Java and Class File editors, based on the Eclipse Java model.
#STARUML PLUGIN FOR ECLIPSE CODE#

We currently support generating diagrams for

The rendered diagram is typically based on explicit DSL code embedded in the editor, or generated from the content of the editor. This project integrates plantuml’s functionality into Eclipse, by means of a view that shows a diagram for the currently active editor or view. See for more info about the DSL and renderer. The plantuml library implements a DSL and renderer for many UML diagrams (class, sequence, objects, states, activities, …).
