Changes between Version 8 and Version 9 of BOOK_PROPERTIES_DIALOG_R0
- Timestamp:
- 05/27/09 14:07:55 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified BOOK_PROPERTIES_DIALOG_R0
v8 v9 37 37 38 38 = Design = 39 * Add new attributes in BookPropertiesDialog class instead of holding them in html text. 40 * Add new getter methods in BookPropertiesDialog class for the new attributes. 41 * Change the getOkButton method in BookPropertiesDialog class to get the values from the fields and set the book properties. 39 This task requires only the following changes: 40 * Create a table model for the properties similar to the model of the resource palette. 41 * It should get its content from the meta information of the resource. 42 * Add extra fields for book title, page height and page width. 42 43 * Change the userCreateNewBook method in AppLogic class to display the bookPropertieesDialog for the new book. 43 44 * Change the mnemoic for the bookPropertiesDialog to Ctrl+Shift+B. 45 * Add a new class BookPropertiesDialogLogic to handle the events of the dialog. 46 47 Initial unit tests can be found here: [source:branches/private/diana/sophie2-platform/modules/org.sophie2.main.app.commons/src/test/java/org/sophie2/main/app/commons/dialogs] (changeset [2903]) 44 48 45 49 = Implementation =