Package org.jupe.editors.classdiagram.parts

Provides classes and interfaces for the editpart layer of the Jupe architecture.

See:
          Description

Interface Summary
IDiagramEditPart Common interface for all edit parts used in class diagrams.
 

Class Summary
ClassDiagramEditPart Root edit part for class diagrams (may include packages, classes, connections, etc.).
ClassEditPartTest  
NodeCellEditorLocator Constraint for placing a CellEditor.
NodeDirectEditManager Manages the direct edit action for the cell editors.
PackageEditPartTest  
PartFactory Factory that maps model elements to edit parts.
 

Package org.jupe.editors.classdiagram.parts Description

Provides classes and interfaces for the editpart layer of the Jupe architecture. Editparts are GEF based intermediate classes between the model and the figures. They define the behaviour of the objects in the classdiagram editor (e.g. which part can be put into another), and draw the graphics based on information from the model. (Almost) each editpart also has a corresponding model element and a corresponding figure.

The editparts are structured into nodes and connections. They are created by the class PartFactory. Their behaviour is defined in so called policies.