Author: jmorliaguet
Date: Sat Feb 25 23:11:22 2006
New Revision: 2471

Modified:
   cpsskins/branches/jmo-perspectives/ui/framework/doc/index.txt
Log:

- doc update



Modified: cpsskins/branches/jmo-perspectives/ui/framework/doc/index.txt
==============================================================================
--- cpsskins/branches/jmo-perspectives/ui/framework/doc/index.txt       
(original)
+++ cpsskins/branches/jmo-perspectives/ui/framework/doc/index.txt       Sat Feb 
25 23:11:22 2006
@@ -307,6 +307,8 @@
   - getControllerById(id)
 
 
+- plugin registration
+
   - registerControllers(controllers)
 
   - registerEffects(effects)
@@ -316,12 +318,18 @@
   - registerWidgets(widgets)
 
 
+- perspectives
+
   - switchPerspective(perspective)
 
 
+- action handlers
+
   - addActions(handlers)
 
 
+- events
+
   - subscribe(eventid, event)
 
   - unsubscribe(eventid, event)
@@ -336,14 +344,24 @@
 CPSSkins.Model
 --------------
 
+- low-level IO
+
   - readData()
 
+  - writeData(data)
+
+
+- high-level IO 
+
   - getData()
 
   - setData(data)
 
   - updateData(data)
 
+
+- observer pattern
+
   - addObserver(view)
 
   - removeObserver(view)
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to