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

Packages that use AttributeElement
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.nodes Provides classes for the node elements in the classdiagram model. 
org.jupe.editors.classdiagram.model.validators Contains validator classes that derive from org.eclipse.jface.viewers.ICellEditorValidator
 

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

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

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

Methods in org.jupe.editors.classdiagram.model.nodes that return AttributeElement
 AttributeElement AbstractClassInterfaceElement.findAttribute(java.lang.String name)
          Searches for an antribute with the given name.
 

Methods in org.jupe.editors.classdiagram.model.nodes that return types with arguments of type AttributeElement
 java.util.Set<AttributeElement> AbstractClassInterfaceElement.getAttributes()
          Get all attributes of a class or interface.
 

Uses of AttributeElement in org.jupe.editors.classdiagram.model.validators
 

Constructors in org.jupe.editors.classdiagram.model.validators with parameters of type AttributeElement
InitialValueValidator(AttributeElement attributeElement)