Content deleted Content added
Line 43:
* Factory: Creating models from palette, creating ''editparts'' and creating figures.
* Observer: Typically a controller (read ''editpart'') listening on Model and View.
* Command: To implement Undo and Redo functions.
* Chain of Responsibility: To decide which ''EditPolicy'' should handle a ''Request''.
* State pattern: A typical example of which is opening editors for an input model .
|