|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassDiagram | |
---|---|
org.jupe.editors.classdiagram | Provides all classes and interfaces for class diagrams. |
org.jupe.editors.classdiagram.model | Provides all classes and interfaces for our internal model of class diagrams. |
org.jupe.editors.classdiagram.model.connections | Provides classes for the connection elements in the classdiagram model. |
org.jupe.editors.classdiagram.model.nodes | Provides classes for the node elements in the classdiagram model. |
org.jupe.editors.classdiagram.model.serializer | Provides classes to serialize class diagrams into XML using the XStream and to deserialize them. |
org.jupe.plugin | Provides classes and interfaces for general plugin purposes. |
Uses of ClassDiagram in org.jupe.editors.classdiagram |
---|
Methods in org.jupe.editors.classdiagram that return ClassDiagram | |
---|---|
ClassDiagram |
ClassDiagramEditor.getDiagram()
|
Uses of ClassDiagram in org.jupe.editors.classdiagram.model |
---|
Methods in org.jupe.editors.classdiagram.model that return ClassDiagram | |
---|---|
ClassDiagram |
ClassDiagram.getClassDiagram()
Get the class diagram that contains this element. |
abstract ClassDiagram |
ModelElement.getClassDiagram()
|
Uses of ClassDiagram in org.jupe.editors.classdiagram.model.connections |
---|
Methods in org.jupe.editors.classdiagram.model.connections that return ClassDiagram | |
---|---|
ClassDiagram |
ConnectionElement.getClassDiagram()
|
Uses of ClassDiagram in org.jupe.editors.classdiagram.model.nodes |
---|
Methods in org.jupe.editors.classdiagram.model.nodes that return ClassDiagram | |
---|---|
ClassDiagram |
NodeModelElement.getClassDiagram()
Get the class diagram that contains this element. |
Uses of ClassDiagram in org.jupe.editors.classdiagram.model.serializer |
---|
Methods in org.jupe.editors.classdiagram.model.serializer that return ClassDiagram | |
---|---|
ClassDiagram |
ClassDiagramSerializer.convertXMLtoDiagram(java.lang.String xml)
Converts an XML string to a ClassDiagram object The XML representation of the ClassDiagram must be in coherence with the current workspace - every element that is referenced in it must exist in the UML2 model with the same key. |
Methods in org.jupe.editors.classdiagram.model.serializer with parameters of type ClassDiagram | |
---|---|
java.lang.String |
ClassDiagramSerializer.convertDiagramToXML(ClassDiagram diagram)
Converts a ClassDiagram to XML. |
Uses of ClassDiagram in org.jupe.plugin |
---|
Methods in org.jupe.plugin that return types with arguments of type ClassDiagram | |
---|---|
java.util.Set<ClassDiagram> |
JupeProject.getOpenedDiagrams()
Get the currently opened diagrams in all editors for this project. |
Methods in org.jupe.plugin with parameters of type ClassDiagram | |
---|---|
ClassDiagramEditor |
JupePlugin.getEditorForDiagram(ClassDiagram classDiagram)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |