Changes between Version 17 and Version 18 of BASE_BOUND_CONTROLS_R0
- Timestamp:
- 09/28/08 23:07:12 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BASE_BOUND_CONTROLS_R0
v17 v18 46 46 = Implementation = 47 47 48 * BoundBaseControl:48 * !BoundBaseControl: 49 49 * A base class for bound controls. 50 50 * A !JLabel to tell the user what the input is about. … … 57 57 * 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. 58 58 * 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. 59 59 * For more information see documentation and classes locate at: 'net.asteasolutions.veda.gui.util.boundcontrols' 60 60 == Related == 61 61 - !BoundTextField class in sophie.