Changes between Version 17 and Version 18 of BASE_BOUND_CONTROLS_R0


Ignore:
Timestamp:
09/28/08 23:07:12 (17 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BASE_BOUND_CONTROLS_R0

    v17 v18  
    4646= Implementation = 
    4747 
    48 * BoundBaseControl: 
     48* !BoundBaseControl: 
    4949 * A base class for bound controls. 
    5050 * A !JLabel to tell the user what the input is about. 
     
    5757* 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.  
    5858* 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' 
    6060== Related == 
    6161- !BoundTextField class in sophie.