Uses of Package
org.jupe.editors.classdiagram.model

Packages that use org.jupe.editors.classdiagram.model
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.commands Provides commands for the model. 
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.nodes.contentassistent   
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. 
 

Classes in org.jupe.editors.classdiagram.model used by org.jupe.editors.classdiagram
ClassDiagram
          A ClassDiagram represents the subset of elements of the complete UML2 model which are shown in a class diagram.
 

Classes in org.jupe.editors.classdiagram.model used by org.jupe.editors.classdiagram.model
ClassDiagram
          A ClassDiagram represents the subset of elements of the complete UML2 model which are shown in a class diagram.
IContainerElement
          Interface for model elements that can contain other elements (like classes, packages, attributes or methods).
ModelElement
          Base class for the model.
 

Classes in org.jupe.editors.classdiagram.model used by org.jupe.editors.classdiagram.model.commands
IContainerElement
          Interface for model elements that can contain other elements (like classes, packages, attributes or methods).
 

Classes in org.jupe.editors.classdiagram.model used by org.jupe.editors.classdiagram.model.connections
ClassDiagram
          A ClassDiagram represents the subset of elements of the complete UML2 model which are shown in a class diagram.
ModelElement
          Base class for the model.
ModelElementTest
          Base class for tests of ModelElement.
 

Classes in org.jupe.editors.classdiagram.model used by org.jupe.editors.classdiagram.model.nodes
ClassDiagram
          A ClassDiagram represents the subset of elements of the complete UML2 model which are shown in a class diagram.
IContainerElement
          Interface for model elements that can contain other elements (like classes, packages, attributes or methods).
ModelElement
          Base class for the model.
ModelElementTest
          Base class for tests of ModelElement.
 

Classes in org.jupe.editors.classdiagram.model used by org.jupe.editors.classdiagram.model.nodes.contentassistent
ModelElement
          Base class for the model.
 

Classes in org.jupe.editors.classdiagram.model used by org.jupe.editors.classdiagram.model.serializer
ClassDiagram
          A ClassDiagram represents the subset of elements of the complete UML2 model which are shown in a class diagram.
 

Classes in org.jupe.editors.classdiagram.model used by org.jupe.plugin
ClassDiagram
          A ClassDiagram represents the subset of elements of the complete UML2 model which are shown in a class diagram.