Changes between Version 5 and Version 6 of APP_LAYOUT_MYDOGGY_R0


Ignore:
Timestamp:
01/07/09 12:45:22 (16 years ago)
Author:
nvasilev
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • APP_LAYOUT_MYDOGGY_R0

    v5 v6  
    5353 
    5454 * 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 registering in the corresponding tool window manager 
    56   * remove(MdLayoutElement) used for removing from the list of the contained elements and unregistering from the tool window manager 
     55  * 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 
    5757 
    5858 * Create class MDFlap which should extend MDCompoundLayoutElement and implement the methods toolWindowManager(), add() and remove(). It should have the properties: 
     
    6464  * tab() used for the Tab structure 
    6565  * palettes() used for the list of all palettes which are attached to this tab 
     66 
    6667  * manager() (overrided property) - used for link to the flap, which holds this tab. 
    6768