Changes between Version 22 and Version 23 of BASE_BOUND_CONTROLS_R0


Ignore:
Timestamp:
09/29/08 14:06:01 (17 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BASE_BOUND_CONTROLS_R0

    v22 v23  
    5353= Design = 
    5454 * A base class for bound controls. Different classes extending it and providing different UI for input of data. 
    55  
    56 = Implementation = 
    5755 * !BoundBaseControl: 
    5856  * A base class for bound controls. 
     
    6664 * 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.  
    6765 * 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  
    6869 * For more information see documentation and classes locate at: 'net.asteasolutions.veda.gui.util.boundcontrols' 
    6970