Changes between Version 12 and Version 13 of APP_LAYOUT_MYDOGGY_R1
- Timestamp:
- 07/23/09 15:10:18 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
APP_LAYOUT_MYDOGGY_R1
v12 v13 41 41 * Refactoring our implementation for layouting: 42 42 * 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. 43 44 44 45 * Changesets: … … 56 57 57 58 = Comments = 59 * MyDoggy library does not support moving of palettes. Actually the implementation as it is provides only moving of flaps. 58 60 59 61 = Log =