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

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

Constructors in org.jupe.editors.classdiagram.model.commands.directedit with parameters of type SlotElement
AttributeValueCommand(SlotElement a, java.lang.String s)