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

Packages that use org.jupe.editors.classdiagram.parts.nodes
org.jupe.editors.classdiagram.parts.nodes Contains editpart classes for all nodes (as opposite to connections) in the classdiagram editor. 
 

Classes in org.jupe.editors.classdiagram.parts.nodes used by org.jupe.editors.classdiagram.parts.nodes
ClassInterfaceEditPart
          Helper class for common behaviour of ClassEditPart and InterfaceEditPart.
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.
NodeEditPart
          Edit part for Node model elements.