Changes between Version 8 and Version 9 of PRO_LIB_CORE_TUTORIAL_R0
- Timestamp:
- 09/30/08 11:38:31 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PRO_LIB_CORE_TUTORIAL_R0
v8 v9 25 25 * [http://mindprod.com/jgloss/properties.html] and [http://java.sun.com/j2se/1.5.0/docs/api/java/util/Properties.html] can be useful. 26 26 * There must be class diagrams explaining the structure of Sophie Properties. 27 * ProObject28 * ProBean27 * !ProObject 28 * !ProBean 29 29 * Prop 30 30 * Property 31 * MetaInfo32 * PropretyState31 * !MetaInfo 32 * !PropretyState 33 33 * CREATED - initial state, you can only add/remove listeners 34 * META_INITIALIZED - get will throw NotInitialized exception, other methods will work34 * META_INITIALIZED - get will throw !NotInitialized exception, other methods will work 35 35 * READY - get will return value 36 36 * DESTROYED - again get will throw.. 37 37 * Property methods sample... 38 38 * Bindings 39 * ProExp40 * Utils41 * ReflectionUtil42 * SwingUtil39 * !ProExp 40 * !Utils 41 * !ReflectionUtil 42 * !SwingUtil 43 43 * Inspector 44 44 * Property kinds - they have to be explained. 45 * ObjectProperty46 * FinalProperty47 * AutoProperty48 * ResourceProperty49 * ValueProperty50 * ParentProperty51 * UndoProperty - holds an undo manager. If the bean does not have such property, the properties try to locateUndoManager up (to parent).52 * ListProperty53 * ChildrenProperty45 * !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 54 54 55 55