Changes between Version 14 and Version 15 of PRO_LIB_CORE_TUTORIAL
- Timestamp:
- 10/03/08 20:48:54 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PRO_LIB_CORE_TUTORIAL
v14 v15 12 12 * Prop<T> - Basic interface to access all properties. While the Property class is the base class for the implementation, once implemented, the clients interested in the value of the properties should use this interface to access it. 13 13 * Property - Basic class for all properties. 14 * BeanData - BeanData holds the information (properties, etc of a bean, and also a behavior for the make methods). 14 15 * !PropMetaInfo - Meta information for a property. Immutable. 15 16 * !PropretyStatus - A state of a trackable object. … … 23 24 * !SwingUtil - Class which wraps a (legacy) !JavaBean for use in !ProBeans. 24 25 * Inspector - A GUI tool that allows browsing the application state while it still works. 26 * 25 27 [[Image(source:/trunk/sophie2-platform/modules/org.sophie2.core/doc/Properties.png)]] 26 28 * List properties hierarchy