Changes between Version 23 and Version 24 of BASE_LAYOUT_R0


Ignore:
Timestamp:
12/04/08 16:36:35 (17 years ago)
Author:
Tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BASE_LAYOUT_R0

    v23 v24  
    7171 * !LayoutEngine is the interface of the extension point. !LayoutEngine provides 2 methods: 
    7272  * 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. 
    7374  * hide(!MainWindow mainWindow): void 
     75   * the parameter mainWindow represents main window structure (panels, flaps, palettes, etc). The overriden method should dispose its visual representation. 
    7476 
    7577= Implementation =