Changes between Version 16 and Version 17 of APP_LAYOUT_ALTERNATIVE_R0


Ignore:
Timestamp:
12/13/08 20:03:45 (16 years ago)
Author:
tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • APP_LAYOUT_ALTERNATIVE_R0

    v16 v17  
    4949  * flap() used for the Flap structure 
    5050  * tabViews() used for the list of all tab views for this flap 
    51   * desk() used for the docking desktop the flap is attached to. If set is called it will attach/detach. 
    52   * compoundDockable() used for the actual component where the tab views will be attached to. 
     51  * desk() used for the docking desktop where the flap is attached to. If you call set it will attach/detach. 
     52  * compoundDockable() is the component where the tab views will be attached to. 
    5353  
    5454 * Create !VlTab class which should extend !DockableLayoutElement and override the attach(!DockingDesktop desk),detach(!DockingDesktop desk),getDesk(), getDockable() and dispose() methods. It should have the properties: 
     
    5656  * parent() referring to the !VlFlap which is parent of the !VlTab 
    5757  * paletteViews() used for the list of all palettes in the tab. 
    58   * compoundDockable() used for the actual component where the palette views will be attached to. 
     58  * compoundDockable() is the component where the palette views will be attached to. 
    5959 
    6060 * Create !VlPalette class which should extend !DockableLayoutElement and override the attach(!DockingDesktop desk),detach(!DockingDesktop desk),getDesk() and getDockable() methods. It should have the properties: 
    61   * palette() used for the Palette structure 
    62   * dockable() used for the actual component (!DockablePanel) 
     61  * palette() used for the Palette structure (the model) 
     62  * dockable() is for the dockable component of the palette which will be attached to the compound dockable of the tab. 
    6363   
    6464