Changes between Version 6 and Version 7 of APP_LAYOUT_ALTERNATIVE_R0


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

--

Legend:

Unmodified
Added
Removed
Modified
  • APP_LAYOUT_ALTERNATIVE_R0

    v6 v7  
    4242 
    4343 * 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 which should extend !DockableLayoutElement 
     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. 
     49  
    4550    * !VlTab which should extend !DockableLayoutElement 
    4651    * !VlParent which should extend !DockableLayoutElement