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

Packages that use ObjectElement
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. 
 

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

Constructors in org.jupe.editors.classdiagram.model.commands.directedit with parameters of type ObjectElement
ObjectCommand(ObjectElement o, java.lang.String newTypeString, java.lang.String newName)