Changes between Version 12 and Version 13 of APP_LAYOUT_MYDOGGY_R1


Ignore:
Timestamp:
07/23/09 15:10:18 (16 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • APP_LAYOUT_MYDOGGY_R1

    v12 v13  
    4141    * Refactoring our implementation for layouting: 
    4242     * UML diagram:[[BR]] [[Image(source:branches/private/peko/sophie2-mydoggy-refactoring/doc/uml-design-diagrams/mydoggy-module-uml.png, 90%)]] 
     43     * As described in the diagram we have two base classes for layout elements and these are the simple MDLayoutElement and a MDCompoundLayoutElement. The only difference is that the compound elements has a list property subElements and a ToolWindowManager. Before that the "subElements" were defined in every implementor of the MDCompoundLayoutElement. The MDManageable interface is to point out that some layout component has a tool window manager. The ToolWindowManager is something that actually lays out the elements and is a class of mydoggy library. 
    4344 
    4445 * Changesets: 
     
    5657 
    5758= Comments = 
     59 * MyDoggy library does not support moving of palettes. Actually the implementation as it is provides only moving of flaps. 
    5860 
    5961= Log =