Changes between Version 16 and Version 17 of APP_LAYOUT_ALTERNATIVE_R0
- Timestamp:
- 12/13/08 20:03:45 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
APP_LAYOUT_ALTERNATIVE_R0
v16 v17 49 49 * flap() used for the Flap structure 50 50 * 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 calledit will attach/detach.52 * compoundDockable() used for the actualcomponent 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. 53 53 54 54 * 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: … … 56 56 * parent() referring to the !VlFlap which is parent of the !VlTab 57 57 * paletteViews() used for the list of all palettes in the tab. 58 * compoundDockable() used for the actualcomponent where the palette views will be attached to.58 * compoundDockable() is the component where the palette views will be attached to. 59 59 60 60 * 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. 63 63 64 64