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. |
| 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 actual component where the tab views will be attached to. |
51 | | * Create !VlTab class which should extend !DockableLayoutElement |
52 | | * Create !VlParent class which should extend !DockableLayoutElement |
| 51 | * 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: |
| 52 | * tab() used for the Tab structure |
| 53 | * parent() referring to the !VlFlap which is parent of the !VlTab |
| 54 | * paletteViews() used for the list of all palettes in the tab. |
| 55 | * compoundDockable() used for the actual component where the palette views will be attached to. |
| 56 | |
| 57 | * 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: |
| 58 | * palette() used for the Palette structure |
| 59 | * dockable() used for the actual component (!DockablePanel) |
| 60 | |
| 61 | |
| 62 | |
| 63 | |