|
From: Rogan D. (JIRA) <no...@at...> - 2007-05-01 22:11:30
|
Implement ExclusiveCommandGroup.createComboBox()
------------------------------------------------
Key: RCP-472
URL: http://opensource.atlassian.com/projects/spring/browse/RCP-472
Project: Spring Framework Rich Client Project
Issue Type: New Feature
Components: Command System
Affects Versions: 0.3.0
Environment: Any
Reporter: Rogan Dawes
Attachments: combobox.patch
An ExclusiveCommandGroup can manifest as a series of RadioButtons, or a single selection Menu. Another way to present this (in the minimum space) is to use a JComboBox. The attached patch implements this idea.
--
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
|
|
From: Rogan D. (JIRA) <no...@at...> - 2007-05-01 22:11:30
|
[ http://opensource.atlassian.com/projects/spring/browse/RCP-472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Rogan Dawes updated RCP-472:
----------------------------
Attachment: combobox.patch
> Implement ExclusiveCommandGroup.createComboBox()
> ------------------------------------------------
>
> Key: RCP-472
> URL: http://opensource.atlassian.com/projects/spring/browse/RCP-472
> Project: Spring Framework Rich Client Project
> Issue Type: New Feature
> Components: Command System
> Affects Versions: 0.3.0
> Environment: Any
> Reporter: Rogan Dawes
> Attachments: combobox.patch
>
>
> An ExclusiveCommandGroup can manifest as a series of RadioButtons, or a single selection Menu. Another way to present this (in the minimum space) is to use a JComboBox. The attached patch implements this idea.
--
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
|
|
From: Rogan D. (JIRA) <no...@at...> - 2007-05-02 14:41:31
|
[ http://opensource.atlassian.com/projects/spring/browse/RCP-472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Rogan Dawes updated RCP-472:
----------------------------
Attachment: combobox.patch
Sorry, previous patch excluded the imports.
> Implement ExclusiveCommandGroup.createComboBox()
> ------------------------------------------------
>
> Key: RCP-472
> URL: http://opensource.atlassian.com/projects/spring/browse/RCP-472
> Project: Spring Framework Rich Client Project
> Issue Type: New Feature
> Components: Command System
> Affects Versions: 0.3.0
> Environment: Any
> Reporter: Rogan Dawes
> Attachments: combobox.patch, combobox.patch
>
>
> An ExclusiveCommandGroup can manifest as a series of RadioButtons, or a single selection Menu. Another way to present this (in the minimum space) is to use a JComboBox. The attached patch implements this idea.
--
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
|
|
From: Rogan D. (JIRA) <no...@at...> - 2007-07-26 11:54:57
|
[ http://opensource.atlassian.com/projects/spring/browse/RCP-472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_25016 ]
Rogan Dawes commented on RCP-472:
---------------------------------
any chance of getting this applied?
Or am I going about this the wrong way?
> Implement ExclusiveCommandGroup.createComboBox()
> ------------------------------------------------
>
> Key: RCP-472
> URL: http://opensource.atlassian.com/projects/spring/browse/RCP-472
> Project: Spring Framework Rich Client Project
> Issue Type: New Feature
> Components: Command System
> Affects Versions: 0.3.0
> Environment: Any
> Reporter: Rogan Dawes
> Attachments: combobox.patch, combobox.patch
>
>
> An ExclusiveCommandGroup can manifest as a series of RadioButtons, or a single selection Menu. Another way to present this (in the minimum space) is to use a JComboBox. The attached patch implements this idea.
--
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
|
|
From: Rogan D. <ro...@da...> - 2008-11-13 14:47:31
|
Rogan Dawes (JIRA) wrote: > [ http://opensource.atlassian.com/projects/spring/browse/RCP-472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_25016 ] > > Rogan Dawes commented on RCP-472: > --------------------------------- > > any chance of getting this applied? > > Or am I going about this the wrong way? Hi Lieven, Any chance of you taking a look at this one while you are cleaning out the pending issues? Thanks! Rogan > > >> Implement ExclusiveCommandGroup.createComboBox() >> ------------------------------------------------ >> >> Key: RCP-472 >> URL: http://opensource.atlassian.com/projects/spring/browse/RCP-472 >> Project: Spring Framework Rich Client Project >> Issue Type: New Feature >> Components: Command System >> Affects Versions: 0.3.0 >> Environment: Any >> Reporter: Rogan Dawes >> Attachments: combobox.patch, combobox.patch >> >> >> An ExclusiveCommandGroup can manifest as a series of RadioButtons, or a single selection Menu. Another way to present this (in the minimum space) is to use a JComboBox. The attached patch implements this idea. > |
|
From: Lieven D. (JIRA) <no...@sp...> - 2008-10-09 19:49:18
|
[ http://jira.springframework.org/browse/RCP-472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Lieven Doclo updated RCP-472:
-----------------------------
Fix Version/s: 1.0.2
> Implement ExclusiveCommandGroup.createComboBox()
> ------------------------------------------------
>
> Key: RCP-472
> URL: http://jira.springframework.org/browse/RCP-472
> Project: Spring Framework Rich Client Project
> Issue Type: New Feature
> Components: Command System
> Affects Versions: 1.0.0
> Environment: Any
> Reporter: Rogan Dawes
> Fix For: 1.0.2
>
> Attachments: combobox.patch, combobox.patch
>
>
> An ExclusiveCommandGroup can manifest as a series of RadioButtons, or a single selection Menu. Another way to present this (in the minimum space) is to use a JComboBox. The attached patch implements this idea.
--
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
|
|
From: Lieven D. (JIRA) <no...@sp...> - 2009-07-01 14:43:59
|
[ http://jira.springsource.org/browse/RCP-472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Lieven Doclo updated RCP-472:
-----------------------------
Fix Version/s: (was: 1.1.0)
1.1.1
> Implement ExclusiveCommandGroup.createComboBox()
> ------------------------------------------------
>
> Key: RCP-472
> URL: http://jira.springsource.org/browse/RCP-472
> Project: Spring Rich Client Project
> Issue Type: New Feature
> Components: Core
> Affects Versions: 1.0.0
> Environment: Any
> Reporter: Rogan Dawes
> Fix For: 1.1.1
>
> Attachments: combobox.patch, combobox.patch
>
>
> An ExclusiveCommandGroup can manifest as a series of RadioButtons, or a single selection Menu. Another way to present this (in the minimum space) is to use a JComboBox. The attached patch implements this idea.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springsource.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Lieven D. (JIRA) <no...@sp...> - 2009-07-09 22:18:08
|
[ http://jira.springsource.org/browse/RCP-472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Lieven Doclo updated RCP-472:
-----------------------------
Fix Version/s: (was: 1.1.1)
1.x
> Implement ExclusiveCommandGroup.createComboBox()
> ------------------------------------------------
>
> Key: RCP-472
> URL: http://jira.springsource.org/browse/RCP-472
> Project: Spring Rich Client Project
> Issue Type: New Feature
> Components: Core
> Affects Versions: 1.0.0
> Environment: Any
> Reporter: Rogan Dawes
> Fix For: 1.x
>
> Attachments: combobox.patch, combobox.patch
>
>
> An ExclusiveCommandGroup can manifest as a series of RadioButtons, or a single selection Menu. Another way to present this (in the minimum space) is to use a JComboBox. The attached patch implements this idea.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springsource.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|