Changes between Version 8 and Version 9 of PRO_LIB_CORE_TUTORIAL_R0


Ignore:
Timestamp:
09/30/08 11:38:31 (17 years ago)
Author:
Tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PRO_LIB_CORE_TUTORIAL_R0

    v8 v9  
    2525 * [http://mindprod.com/jgloss/properties.html] and [http://java.sun.com/j2se/1.5.0/docs/api/java/util/Properties.html] can be useful. 
    2626 * There must be class diagrams explaining the structure of Sophie Properties. 
    27   * ProObject 
    28   * ProBean 
     27  * !ProObject 
     28  * !ProBean 
    2929  * Prop 
    3030   * Property  
    31   * MetaInfo 
    32   * PropretyState 
     31  * !MetaInfo 
     32  * !PropretyState 
    3333   * CREATED - initial state, you can only add/remove listeners 
    34    * META_INITIALIZED - get will throw NotInitialized exception, other methods will work 
     34   * META_INITIALIZED - get will throw !NotInitialized exception, other methods will work 
    3535   * READY - get will return value 
    3636   * DESTROYED - again get will throw..  
    3737  * Property methods sample... 
    3838  * Bindings 
    39   * ProExp 
    40   * Utils 
    41    * ReflectionUtil 
    42    * SwingUtil 
     39  * !ProExp 
     40  * !Utils 
     41   * !ReflectionUtil 
     42   * !SwingUtil 
    4343   * Inspector  
    4444 * Property kinds - they have to be explained. 
    45   * ObjectProperty 
    46    * FinalProperty 
    47    * AutoProperty 
    48    * ResourceProperty 
    49    * ValueProperty 
    50     * ParentProperty 
    51     * UndoProperty - holds an undo manager. If the bean does not have such property, the properties try to locate UndoManager up (to parent).  
    52   * ListProperty 
    53    * ChildrenProperty 
     45  * !ObjectProperty 
     46   * !FinalProperty 
     47   * !AutoProperty 
     48   * !ResourceProperty 
     49   * !ValueProperty 
     50    * !ParentProperty 
     51    * !UndoProperty - holds an undo manager. If the bean does not have such property, the properties try to locate !UndoManager up (to parent).  
     52  * !ListProperty 
     53   * !ChildrenProperty 
    5454 
    5555