Package org.jupe.editors.classdiagram.parts.nodes

Contains editpart classes for all nodes (as opposite to connections) in the classdiagram editor.

See:
          Description

Class Summary
AttributeEditPart Edit part for AttributeElements.
ClassEditPart Edit part for ClassElements.
ClassInterfaceEditPart Helper class for common behaviour of ClassEditPart and InterfaceEditPart.
CommentEditPart Edit part for comments.
FlowElementEditPart Edit part for FlowElements (elements using a FlowLayout) e.g. attributes, methods and attributevalues This edit part must implement the PropertyChangeListener interface, so it can be notified of property changes in the corresponding model element.
InterfaceEditPart Edit part for InterfaceElements.
MethodEditPart Edit part for MethodElements.
NodeEditPart Edit part for Node model elements.
ObjectEditPart Edit part for ObjectElements.
PackageEditPart Edit part for PackageElements.
SlotEditPart Edit part for AttributeValueElements.
 

Package org.jupe.editors.classdiagram.parts.nodes Description

Contains editpart classes for all nodes (as opposite to connections) in the classdiagram editor. Parts derived from NodeEditPart are nodes, whereas parts deriving from FlowElementEditPart are contained in nodes, e.g. the attributes of a class. There is a editpart for each part of the diagram that can be separately accessed by the user in the editor.