Changes between Version 19 and Version 20 of BASE_LAYOUT_R0


Ignore:
Timestamp:
12/03/08 20:25:30 (16 years ago)
Author:
Tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BASE_LAYOUT_R0

    v19 v20  
    6363 * !BaseLayoutModule extends !SophieModule. !BaseLayout provides extension point for !LayoutEngine 
    6464 * !LayoutEngine is the interface of the extension point. !LayoutEngine provides 2 methods: 
    65   * show(MainWindow mainWindow): void 
    66   * hide(MainWindow mainWindow): void 
     65  * show(!MainWindow mainWindow): void 
     66  * hide(!MainWindow mainWindow): void 
    6767 
    6868= Implementation =