Changes between Version 7 and Version 8 of APP_LAYOUT_ALTERNATIVE_R0


Ignore:
Timestamp:
12/04/08 17:44:59 (16 years ago)
Author:
mira
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • APP_LAYOUT_ALTERNATIVE_R0

    v7 v8  
    4141  * hide(!MainWindow mainWindow)  
    4242 
    43  * Create class used !VlMainWindow which has property mainWindow() for the structure representation of the main window and also properties for every element of this structure: 
    44     * !VlFlap class which should extend !DockableLayoutElement and override the attach(DockingDesktop desk),detach(DockingDesktop desk),getDesk() and getDockable() methods. It should have the properties: 
    45       * flap() used for the Flap structure 
    46       * tabViews() used for the list of all tab views for this flap 
    47       * desk() used for the docking desktop the flap is attached to. If set is called it will attach/detach. 
    48       * compoundDockable() used for the component where the tab views will be attached to. 
     43 * Create class used !VlMainWindow which has property mainWindow() for the structure representation of the main window and also properties for every element of this structure. 
     44 
     45 * Create !VlFlap class which should extend !DockableLayoutElement and override the attach(DockingDesktop desk),detach(DockingDesktop desk),getDesk() and getDockable() methods. It should have the properties: 
     46   * flap() used for the Flap structure 
     47   * tabViews() used for the list of all tab views for this flap 
     48   * desk() used for the docking desktop the flap is attached to. If set is called it will attach/detach. 
     49   * compoundDockable() used for the component where the tab views will be attached to. 
    4950  
    50     * !VlTab which should extend !DockableLayoutElement 
    51     * !VlParent which should extend !DockableLayoutElement 
     51 * Create !VlTab class which should extend !DockableLayoutElement 
     52 * Create !VlParent class which should extend !DockableLayoutElement 
    5253 
    5354= Implementation =