Uses of Class
org.jupe.editors.classdiagram.DiagramEditor

Packages that use DiagramEditor
org.jupe.plugin Provides classes and interfaces for general plugin purposes. 
 

Uses of DiagramEditor in org.jupe.plugin
 

Methods in org.jupe.plugin that return DiagramEditor
 DiagramEditor JupePlugin.getEditorForDiagram(ClassDiagram classDiagram)
           
 

Methods in org.jupe.plugin with parameters of type DiagramEditor
 void JupeProject.addEditor(DiagramEditor editor)
          Get a collection of all registered source entities.
 boolean JupeProject.removeEditor(DiagramEditor editor)
          Removes a Jupe editor from this project.
 

Constructors in org.jupe.plugin with parameters of type DiagramEditor
JupeProject(org.eclipse.core.resources.IProject project, DiagramEditor editor)
          Creates a new JupeProject.