Changes between Version 21 and Version 22 of BASE_BOUND_CONTROLS_R0


Ignore:
Timestamp:
09/29/08 11:47:33 (17 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BASE_BOUND_CONTROLS_R0

    v21 v22  
    4141- Use a JPanel, with other panels for input field(spinner, text field etc.), notification icons and other. 
    4242 
     43== Related == 
     44- !BoundTextField class in sophie. 
     45 
     46== How to demo == 
     47 * Show working controls.  
     48 * Try to input invalid data.  
     49 * Try to input valid data, that must result to expected change. 
     50 * Open Eclipse and run => net.asteasolutions.veda.gui.util.demo.!BoundControlsDemo 
     51 
     52 
    4353= Design = 
    4454 * A base class for bound controls. Different classes extending it and providing different UI for input of data. 
     
    5767 * 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. 
    5868 * For more information see documentation and classes locate at: 'net.asteasolutions.veda.gui.util.boundcontrols' 
    59 == Related == 
    60 - !BoundTextField class in sophie. 
    61  
    62 == How to demo == 
    63  * Show working controls.  
    64  * Try to input invalid data.  
    65  * Try to input valid data, that must result to expected change. 
    66  * Open Eclipse and run => net.asteasolutions.veda.gui.util.demo.!BoundControlsDemo 
    6769 
    6870= Log =