Changes between Version 9 and Version 10 of GROUP_EMBEDDED_BOOKS_R0
- Timestamp:
- 03/31/09 13:19:43 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUP_EMBEDDED_BOOKS_R0
v9 v10 61 61 62 62 Since embdedded books are extra content, they will be separated into a new module - org.sophie2.extra.func.embedded. This module will provide extensions and classes that are required for the embedded books functionality: 63 * EmbeddedBookContent - a class representing the content of an embedded book frame. 64 * Extensions for: 63 * Extensions and classes for: 65 64 * a menu item in the Insert menu; 66 * a file dialog for choosing a book;67 65 * a frame content provider; 68 66 * a frame content view provider; 69 67 * an embedded books palette; 70 68 * An R3Logic OperationDef for inserting the book. 69 * BookFrameContent - a class representing the content of an embedded book frame. 70 * BookContentView - a class representing the view of an embedded book frame. 71 71 These are new things and their relation is shown in the following class diagram: 72 72