CheckBoxBinder could easily used for other ToggleButtons.
---------------------------------------------------------
Key: RCP-262
URL: http://opensource.atlassian.com/projects/spring/browse/RCP-262
Project: Spring Framework Rich Client Project
Type: Improvement
Components: Binding System
Reporter: Arne Limburg
Assigned to: Oliver Hutchison
Priority: Trivial
The CheckBoxBinder code is not such specific. It could easily be used for other JToggleButtons. It should be refactored to ToggleButtonBinder and use a JToggleButton rather than a CheckBox. It could even use an AbstractButton. This could users prevent from writing RadioButtonBinders that have exactly the same source code like the CheckBoxBinder with a replace of JCheckBox to JRadioButton done
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/spring/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|