Uses of Interface
org.jupe.editors.classdiagram.parts.IDiagramEditPart

Packages that use IDiagramEditPart
org.jupe.editors.classdiagram.parts Provides classes and interfaces for the editpart layer of the Jupe architecture. 
org.jupe.editors.classdiagram.parts.connections Contains editpart classes for all connections (as opposite to nodes) in the classdiagram editor. 
org.jupe.editors.classdiagram.parts.nodes Contains editpart classes for all nodes (as opposite to connections) in the classdiagram editor. 
 

Uses of IDiagramEditPart in org.jupe.editors.classdiagram.parts
 

Classes in org.jupe.editors.classdiagram.parts that implement IDiagramEditPart
 class ClassDiagramEditPart
          Root edit part for class diagrams (may include packages, classes, connections, etc.).
 

Uses of IDiagramEditPart in org.jupe.editors.classdiagram.parts.connections
 

Classes in org.jupe.editors.classdiagram.parts.connections that implement IDiagramEditPart
 class CommentConnectionEditPart
          Edit part for comment connection model elements.
 class ConnectionEditPart
          Edit part for Connection model elements.
 class DependencyEditPart
          Edit part for depndency model elements.
 class HierarchicEditPart
          This class provides the EditPart for an HierarchicFigure.
 class RelationEditPart
          Edit part for relation model elements.
 

Uses of IDiagramEditPart in org.jupe.editors.classdiagram.parts.nodes
 

Classes in org.jupe.editors.classdiagram.parts.nodes that implement IDiagramEditPart
 class AttributeEditPart
          Edit part for AttributeElements.
 class ClassEditPart
          Edit part for ClassElements.
 class ClassInterfaceEditPart
          Helper class for common behaviour of ClassEditPart and InterfaceEditPart.
 class CommentEditPart
          Edit part for comments.
 class 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.
 class InterfaceEditPart
          Edit part for InterfaceElements.
 class MethodEditPart
          Edit part for MethodElements.
 class NodeEditPart
          Edit part for Node model elements.
 class ObjectEditPart
          Edit part for ObjectElements.
 class PackageEditPart
          Edit part for PackageElements.
 class SlotEditPart
          Edit part for AttributeValueElements.