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

Packages that use CommentElement
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 CommentElement in org.jupe.editors.classdiagram.model.commands.directedit
 

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