Changes between Version 22 and Version 23 of BASE_BOUND_CONTROLS_R0
- Timestamp:
- 09/29/08 14:06:01 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BASE_BOUND_CONTROLS_R0
v22 v23 53 53 = Design = 54 54 * A base class for bound controls. Different classes extending it and providing different UI for input of data. 55 56 = Implementation =57 55 * !BoundBaseControl: 58 56 * A base class for bound controls. … … 66 64 * The only difference in the tree classes is the GUI used for input of data. One should extend these classes and implement the corresponding methods. 67 65 * All of the four classes mentioned above are abstract. If one wants to have a different UI for input of data they should extend the !BoundBaseControl class. Otherwise extend one of the other three. 66 67 = Implementation = 68 68 69 * For more information see documentation and classes locate at: 'net.asteasolutions.veda.gui.util.boundcontrols' 69 70