Changes between Version 4 and Version 5 of GROUP_READER_R0


Ignore:
Timestamp:
04/30/09 11:47:58 (16 years ago)
Author:
pav
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_READER_R0

    v4 v5  
    4646Separation of the modules will be: 
    4747 * main.app.commons module with commons application things - think as there is no application without them. 
    48  * main.app.reader - ReaderBookDocumentWindow, ReaderBookDesktopWindow, ReaderArea in this module. 
    49  * main.app.author consists of: 
    50   * BookDocumentWindow and BookDesktopWindow which became AuthorDocumentWindow and AuthorDesktopWindow 
    51   * ReaderModeCheckBox 
    52   * ShowFramesCheckBoxPanel 
    53   * Current AboutDialog 
    54   * AuthorPageWorkArea 
    55   * what is needed  
     48 * main.app.reader - ReaderBookDocumentWindow, ReaderBookDesktopWindow, ReaderArea will be in this module. 
     49  * When separating the classes parts of the BookLogic(userActs method) have to be implemented with the new LogicR3. There has to be three events for closing, selecting and deselecting the book window. !UserWindowAction can be used as events that has to be handled. 
     50 * If there is time main.app.author can be created - it will have the same structure as the reader module but with Author prefix before the classes. 
    5651 
    57 Refactoring of the DocumentView should be available - DocumentWindow should become DocumentView and the old DocumentWindow should be deleted. 
    5852 
    5953