Changes between Version 8 and Version 9 of BOOK_PROPERTIES_DIALOG_R0


Ignore:
Timestamp:
05/27/09 14:07:55 (16 years ago)
Author:
diana
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified BOOK_PROPERTIES_DIALOG_R0

    v8 v9  
    3737 
    3838= 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. 
    4243 * Change the userCreateNewBook method in AppLogic class to display the bookPropertieesDialog for the new book. 
    4344 * Change the mnemoic for the bookPropertiesDialog to Ctrl+Shift+B.  
     45 * Add a new class BookPropertiesDialogLogic to handle the events of the dialog. 
     46 
     47Initial 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]) 
    4448 
    4549= Implementation =