Changes between Version 11 and Version 12 of BOOK_DESKTOP_R0


Ignore:
Timestamp:
03/21/09 15:27:09 (16 years ago)
Author:
tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BOOK_DESKTOP_R0

    v11 v12  
    4848 
    4949 * The design 
     50  * !DocumentView - Base class for desktop book view and book windows. 
     51  * !DocumentWindow - Interface for document windows. !DocumentWindow is a component that represent an open book (different from desktop book). 
     52  * !DefaultDocumentWindow -  Base !DocumentWindow implementation. 
     53  * !BookWindow - Contains common properties to !BookDocumentWindow and !BookDesktopWindow. 
     54  * !BookDocumentWindow - The main implementation of the !DocumentWindow. 
     55  * !BookDesktopWindow - The component that represents the desktop book. 
    5056  * A property desktopBook() in App class that represents the model of the book. 
    51   *  
     57  * A property desktopView() in !AppDocumentsDesktop. 
     58  * Change !DesktopPane class - from inheritance to composition of JDesktopPane. 
    5259 
    5360= Implementation =