Changes between Version 6 and Version 7 of PRO_LIB_INSPECTOR_R0


Ignore:
Timestamp:
11/18/08 17:08:30 (17 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PRO_LIB_INSPECTOR_R0

    v6 v7  
    3333= Design = 
    3434 * Make the Inspector auto refresh on Sophie2.0 state changes. 
    35   *  
     35  * For every Prop, !ProObject or List a !ProListener should be added. This way on every change, the model of the !JXTreeTable will be notified. 
     36  * On every change a !TreePath to the Node where the event has occurred should be passed to the model support. 
     37   * To do this, we should implement some mode methods and change the extending classes so that this TreePath is automatically provided. 
     38  
    3639 
    3740= Implementation =