Changes between Version 25 and Version 26 of BASE_LAYOUT_R0
- Timestamp:
- 12/13/08 19:38:23 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BASE_LAYOUT_R0
v25 v26 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 * the parameter mainWindow represents main window structure (panels, flaps, palettes, etc). The overriden method should display the visual representation of the presented structure. 74 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.75 * the parameter mainWindow represents main window structure (panels, flaps, palettes, etc). The overriden method should close its visual representation. 76 76 77 77 = Implementation =