Changes between Version 17 and Version 18 of HALOS_REDESIGN_R0


Ignore:
Timestamp:
07/31/09 19:09:22 (16 years ago)
Author:
mitex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HALOS_REDESIGN_R0

    v17 v18  
    113113 
    114114= Implementation = 
     115 * The design was extended with the following: 
     116  * In {{{BaseSwingVisualElement}}}: 
     117   * Skin property-id {{{SIZE_PROP_ID = "size"}}} 
     118   * {{{protected ImmSize computeSize() { return getSkinValue(SIZE_PROP_ID, ImmSize.class); } }}} - By default the size of the swing component is the size defined by the skin. This can be overridden. 
     119   * Resource property {{{syncSize}}} that sets the size of the {{{swingComponent}}} to the return value of {{{computeSize}}}. 
     120 
    115121 * Source code: [source:/branches/private/mitex/halos-redesign-r0/] 
    116122 * Revisions: [4714], ...