org.jupe.editors.classdiagram.parts
Interface IDiagramEditPart

All Known Implementing Classes:
AttributeEditPart, ClassDiagramEditPart, ClassEditPart, ClassInterfaceEditPart, CommentConnectionEditPart, CommentEditPart, ConnectionEditPart, DependencyEditPart, FlowElementEditPart, HierarchicEditPart, InterfaceEditPart, MethodEditPart, NodeEditPart, ObjectEditPart, PackageEditPart, RelationEditPart, SlotEditPart

public interface IDiagramEditPart

Common interface for all edit parts used in class diagrams.

Author:
Michael Pradel

Method Summary
 void repaintAllFigures()
          Repaints the edit part's figure and all its child figures with information from the corresponding model elements.
 void repaintFigure()
          Repaints the edit part's figure with information from the corresponding model element.
 

Method Detail

repaintFigure

void repaintFigure()
Repaints the edit part's figure with information from the corresponding model element.


repaintAllFigures

void repaintAllFigures()
Repaints the edit part's figure and all its child figures with information from the corresponding model elements.