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

Packages that use ClassDiagramEditor
org.jupe.editors.classdiagram.model Provides all classes and interfaces for our internal model of class diagrams. 
org.jupe.plugin Provides classes and interfaces for general plugin purposes. 
 

Uses of ClassDiagramEditor in org.jupe.editors.classdiagram.model
 

Methods in org.jupe.editors.classdiagram.model that return ClassDiagramEditor
 ClassDiagramEditor ClassDiagram.getEditor()
          Method returns class diagram editor which holds that diagram or null if diagram is not open in such an editor.
 

Methods in org.jupe.editors.classdiagram.model with parameters of type ClassDiagramEditor
 void ClassDiagram.setEditor(ClassDiagramEditor editor)
          Method sets class diagram editor in which this diagram is open.
 

Uses of ClassDiagramEditor in org.jupe.plugin
 

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

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

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