Changes between Version 2 and Version 3 of APP_PLUGIN_MANAGER_SKINS_R0
- Timestamp:
- 08/19/09 12:01:57 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
APP_PLUGIN_MANAGER_SKINS_R0
v2 v3 10 10 == Task requirements == 11 11 * The skin manager should visualize all available skings. 12 * Skins should be persisted - load and save ofskins.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. 14 14 * 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. 15 16 * Create a module for skin managing. It should provide the following. 16 * Persisters for skins.17 17 * Visual representation of [source:trunk/sophie2-platform/modules/org.sophie2.base.skins/src/main/java/org/sophie2/base/skins/SkinManager.java SkinManager]. 18 * 18 19 19 20 20 == Task result == 21 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 21 * Source code. 22 22 23 23 == 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). 25 26 26 27 == Related == 27 ^(Add links to related tasks that could be useful or helpful.)^28 28 29 29 == How to demo ==