Changes between Version 2 and Version 3 of APP_PLUGIN_MANAGER_SKINS_R0


Ignore:
Timestamp:
08/19/09 12:01:57 (16 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • APP_PLUGIN_MANAGER_SKINS_R0

    v2 v3  
    1010== Task requirements == 
    1111 * The skin manager should visualize all available skings. 
    12  * Skins should be persisted - load and save of skins. 
    13   * The default skin will not be persisted. It uses the default java look and feel and persisting it is not necessary. 
     12 * The manager should provide controls for persisting skins. 
     13  * The default skin will not be persisted (its persisting controls will be disabled). It uses the default java look and feel and persisting it is not necessary. 
    1414  * All other skins will be persisted. 
     15 * The manager should be able to customize a skin by choosing icons from one skin and look and feel from another for example. 
    1516 * Create a module for skin managing. It should provide the following. 
    16   * Persisters for skins. 
    1717  * Visual representation of [source:trunk/sophie2-platform/modules/org.sophie2.base.skins/src/main/java/org/sophie2/base/skins/SkinManager.java SkinManager]. 
    18   *  
     18 
    1919 
    2020== Task result == 
    21 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 
     21 * Source code. 
    2222 
    2323== Implementation idea == 
    24 ^(Provide some rough implementation idea(s).)^ 
     24 * Create a module. 
     25 * Create a skin manager visual element. (It may be a palette - discuss this with others). 
    2526 
    2627== Related == 
    27 ^(Add links to related tasks that could be useful or helpful.)^ 
    2828 
    2929== How to demo ==