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. |