Uses of Class
org.jupe.editors.classdiagram.model.ModelElement

Packages that use ModelElement
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.nodes.contentassistent   
 

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

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

Uses of ModelElement in org.jupe.editors.classdiagram.model.connections
 

Subclasses of ModelElement in org.jupe.editors.classdiagram.model.connections
 class CommentConnectionElement
          Model element for the connecting line between a CommentElement and any other node element.
 class ConnectionElement
          Base class for model element that represent a connection between two node elements of a class diagram.
 class DependencyElement
          A dependency relation between two elements of a class diagram.
 class GeneralizationElement
          Model element for a generalization.
 class InterfaceRealizationElement
          Model element for an interface realization.
 class RelationElement
          Model element that represents an association, an aggregation or a composition.
 

Uses of ModelElement in org.jupe.editors.classdiagram.model.nodes
 

Subclasses of ModelElement in org.jupe.editors.classdiagram.model.nodes
 class AbstractClassInterfaceElement
          Helper class that contains equal code for ClassElement and InterfaceElement.
 class AttributeElement
          Model element that represents an attribute of a class or interface.
 class ClassElement
          Element to represent a Class in an ClassDiagramElement.
 class CommentElement
          ModelElement that represents a comment.
 class InterfaceElement
          Element to represent an Interface in an ClassDiagramElement.
 class MethodElement
          Model element that represents a method of a class or interface.
 class NodeModelElement
          NodeModelElement is an abstract class for all possible nodes in the model: package, classes etc.
 class ObjectElement
          Element to represent an object (an instance of a class) in an class diagram.
 class PackageElement
          Class that'll be used to represent a Package in a Class diagram.
 class SlotElement
           
 

Uses of ModelElement in org.jupe.editors.classdiagram.model.nodes.contentassistent
 

Constructors in org.jupe.editors.classdiagram.model.nodes.contentassistent with parameters of type ModelElement
TypeNamePropertyDescriptor(java.lang.Object id, java.lang.String displayName, ModelElement context)
           
TypeNameProposalProvider(ModelElement modelElement)
          Constructor that should be called, when the user uses auto-completion for types.