Changes between Version 5 and Version 6 of APP_LAYOUT_MYDOGGY_R0
- Timestamp:
- 01/07/09 12:45:22 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
APP_LAYOUT_MYDOGGY_R0
v5 v6 53 53 54 54 * Create class MDCompoundLayoutElement which extends MDLayoutElement and implement MDManageable. It describes containers like the flaps and tabs, that holds other MDLayoutElements and manage them. Apart of the implementation of the method toolWindowManager(), it should declare the abstract methods: 55 * add(MdLayoutElement) used for adding to the list of contained elements and registeringin the corresponding tool window manager56 * remove(MdLayoutElement) used for removing from the list of the contained elements and unregisteringfrom the tool window manager55 * add(MdLayoutElement) used for adding element to the list of contained elements and registering it in the corresponding tool window manager 56 * remove(MdLayoutElement) used for removing element from the list of the contained elements and unregistering it from the tool window manager 57 57 58 58 * Create class MDFlap which should extend MDCompoundLayoutElement and implement the methods toolWindowManager(), add() and remove(). It should have the properties: … … 64 64 * tab() used for the Tab structure 65 65 * palettes() used for the list of all palettes which are attached to this tab 66 66 67 * manager() (overrided property) - used for link to the flap, which holds this tab. 67 68