Uses of Class
org.jupe.editors.classdiagram.model.nodes.ClassElement

Packages that use ClassElement
org.jupe.editors.classdiagram.model.commands.directedit Contains special commands to support direct edit, which is the change of a text (e.g. the name of a class) directly in a figure using a double-click. 
org.jupe.editors.classdiagram.model.connections Provides classes for the connection elements in the classdiagram model. 
 

Uses of ClassElement in org.jupe.editors.classdiagram.model.commands.directedit
 

Constructors in org.jupe.editors.classdiagram.model.commands.directedit with parameters of type ClassElement
ClassCommand(ClassElement c, java.lang.String s)
           
 

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

Constructors in org.jupe.editors.classdiagram.model.connections with parameters of type ClassElement
InterfaceRealizationElement(ClassElement source, InterfaceElement target)
          Creates a new generalization element.