Changes between Version 20 and Version 21 of FRAME_TEMPLATES_R0


Ignore:
Timestamp:
01/15/09 18:12:10 (16 years ago)
Author:
tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FRAME_TEMPLATES_R0

    v20 v21  
    6666  * Create Frame value property template() which is the template of the Frame. 
    6767  * Create !FrameContent auto property content() which is the content of the frame. If the frame has its own content the content() will return the own content of the frame. Otherwise, it will return the content property of the frame template. 
    68  * Create @Own !FrameContent value property ownContent() which will return the own value of the content of the frame. 
    69  * Create @Own !FrameContent auto property templatedContent() which will calculate the template of the !FrameContent of the Frame. 
    70  * Create !TemplateField properties in the class Frame 
    71   * contentSize() 
    72   * contentBounds() 
    73   * contentLocation() 
    74  * Refactor properties border(), background(), paddingInsets(), marginInsets() of the Frame 
    75  * Class !FrameContent 
    76   * Create !FrameContent auto property template() which is template of the !FrameContent 
    77   * Create abstract FrameContent createTemplated() method which each concrete content should override. Every concrete class should define for itself how it will create a template. 
     68  * Create @Own !FrameContent value property ownContent() which will return the own value of the content of the frame. 
     69  * Create @Own !FrameContent auto property templatedContent() which will calculate the template of the !FrameContent of the Frame. 
     70  * Create !TemplateField properties in the class Frame 
     71   * contentSize() 
     72   * contentBounds() 
     73   * contentLocation() 
     74  * Refactor properties border(), background(), paddingInsets(), marginInsets() of the Frame 
     75  * Class !FrameContent 
     76   * Create !FrameContent auto property template() which is template of the !FrameContent 
     77   * Create abstract FrameContent createTemplated() method which each concrete content should override. Every concrete class should define for itself how it will create a template. 
    7878 * Class !BackgroungStyle 
    7979  * Create abstract !BackgroundStyle template() property.