Changes between Version 5 and Version 6 of PRO_LIB_CORE_TUTORIAL


Ignore:
Timestamp:
09/30/08 15:03:30 (17 years ago)
Author:
Tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PRO_LIB_CORE_TUTORIAL

    v5 v6  
    77 * Optimization (central point) 
    88 * Safety (detect errors) 
     9= Properties Heirarchy = 
     10  * !ProObject 
     11  * !ProBean 
     12  * Prop 
     13   * Property  
     14  * !MetaInfo 
     15  * !PropretyState 
     16   * CREATED - initial state, you can only add/remove listeners 
     17   * META_INITIALIZED - get will throw !NotInitialized exception, other methods will work 
     18   * READY - get will return value 
     19   * DESTROYED - again get will throw..  
     20  * Property methods sample... 
     21  * Bindings 
     22  * !ProExp 
     23  * Utils 
     24   * !ReflectionUtil 
     25   * !SwingUtil 
     26   * Inspector  
    927= Properties Kinds = 
    1028 * Property