Changes between Version 25 and Version 26 of BASE_LAYOUT_R0


Ignore:
Timestamp:
12/13/08 19:38:23 (16 years ago)
Author:
tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BASE_LAYOUT_R0

    v25 v26  
    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. 
     73   * the parameter mainWindow represents main window structure (panels, flaps, palettes, etc). The overriden method should display the visual representation of the presented structure. 
    7474  * 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. 
    7676 
    7777= Implementation =