Changes between Version 21 and Version 22 of BASE_BOUND_CONTROLS_R0
- Timestamp:
- 09/29/08 11:47:33 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BASE_BOUND_CONTROLS_R0
v21 v22 41 41 - Use a JPanel, with other panels for input field(spinner, text field etc.), notification icons and other. 42 42 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 43 53 = Design = 44 54 * A base class for bound controls. Different classes extending it and providing different UI for input of data. … … 57 67 * 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. 58 68 * 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.!BoundControlsDemo67 69 68 70 = Log =