Changes between Version 23 and Version 24 of BASE_LAYOUT_R0
- Timestamp:
- 12/04/08 16:36:35 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BASE_LAYOUT_R0
v23 v24 71 71 * !LayoutEngine is the interface of the extension point. !LayoutEngine provides 2 methods: 72 72 * show(!MainWindow mainWindow): void 73 * the parameter mainWindow represents main window structure (panels, flaps, palettes, etc). The overriden method should create visual representation of the presented structure and display it. 73 74 * hide(!MainWindow mainWindow): void 75 * the parameter mainWindow represents main window structure (panels, flaps, palettes, etc). The overriden method should dispose its visual representation. 74 76 75 77 = Implementation =