Changes between Version 5 and Version 6 of PRO_LIB_CORE_TUTORIAL
- Timestamp:
- 09/30/08 15:03:30 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PRO_LIB_CORE_TUTORIAL
v5 v6 7 7 * Optimization (central point) 8 8 * 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 9 27 = Properties Kinds = 10 28 * Property