|
From: Lieven D. (JIRA) <no...@sp...> - 2008-10-09 20:23:24
|
[ http://jira.springframework.org/browse/RCP-262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Lieven Doclo updated RCP-262:
-----------------------------
Fix Version/s: 1.x
> CheckBoxBinder could easily used for other ToggleButtons.
> ---------------------------------------------------------
>
> Key: RCP-262
> URL: http://jira.springframework.org/browse/RCP-262
> Project: Spring Framework Rich Client Project
> Issue Type: Improvement
> Components: Binding System
> Reporter: Arne Limburg
> Assignee: Oliver Hutchison
> Priority: Trivial
> Fix For: 1.x
>
>
> 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://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|