|
From: Arne L. (JIRA) <no...@at...> - 2006-11-02 23:08:42
|
make AbstractCommand.getFaceDescriptor() public
-----------------------------------------------
Key: RCP-439
URL: http://opensource.atlassian.com/projects/spring/browse/RCP-439
Project: Spring Framework Rich Client Project
Type: Improvement
Components: Command System
Versions: 0.1.0, 0.2.0, 0.2.1
Reporter: Arne Limburg
In some situations it is necessary to get displayable informations (like text, icon, ...) from a configured AbstractCommand, i.e. if you want to display a command with a component that does not inherit from AbstractButton.
There is no possibilty for this by now. AbstractCommand should either implement DescribedElement and VisualizedElement or you should make getFaceDescriptor() public.
--
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: Lieven D. (JIRA) <no...@sp...> - 2008-01-02 11:01:31
|
[ http://jira.springframework.org/browse/RCP-439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_28728 ]
Lieven Doclo commented on RCP-439:
----------------------------------
The text can already be retrieved through getText(), perhaps a getIcon() can be provided.
> make AbstractCommand.getFaceDescriptor() public
> -----------------------------------------------
>
> Key: RCP-439
> URL: http://jira.springframework.org/browse/RCP-439
> Project: Spring Framework Rich Client Project
> Issue Type: Improvement
> Components: Command System
> Affects Versions: 0.1.0, 0.2.0, 0.2.1
> Reporter: Arne Limburg
>
> In some situations it is necessary to get displayable informations (like text, icon, ...) from a configured AbstractCommand, i.e. if you want to display a command with a component that does not inherit from AbstractButton.
> There is no possibilty for this by now. AbstractCommand should either implement DescribedElement and VisualizedElement or you should make getFaceDescriptor() public.
--
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: Peter De B. (JIRA) <no...@sp...> - 2008-01-02 20:25:34
|
[ http://jira.springframework.org/browse/RCP-439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_28745 ]
Peter De Bruycker commented on RCP-439:
---------------------------------------
as a getText, getAccelerator, ... methods already exist, I added a getIcon method.
Perhaps it's not a bad idea to have AbstractCommand implement DescribedElement and VisualizedElement. I will look into it.
> make AbstractCommand.getFaceDescriptor() public
> -----------------------------------------------
>
> Key: RCP-439
> URL: http://jira.springframework.org/browse/RCP-439
> Project: Spring Framework Rich Client Project
> Issue Type: Improvement
> Components: Command System
> Affects Versions: 0.1.0, 0.2.0, 0.2.1
> Reporter: Arne Limburg
> Assignee: Peter De Bruycker
>
> In some situations it is necessary to get displayable informations (like text, icon, ...) from a configured AbstractCommand, i.e. if you want to display a command with a component that does not inherit from AbstractButton.
> There is no possibilty for this by now. AbstractCommand should either implement DescribedElement and VisualizedElement or you should make getFaceDescriptor() public.
--
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: Arne L. (JIRA) <no...@sp...> - 2008-01-02 21:33:34
|
[ http://jira.springframework.org/browse/RCP-439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_28746 ]
Arne Limburg commented on RCP-439:
----------------------------------
Hi Peter,
you should have updated CommandFaceDescriptor before you commited your change to AbstractCommand. Jan just removed the BLANK_FACE_DESCRIPTOR-field
> make AbstractCommand.getFaceDescriptor() public
> -----------------------------------------------
>
> Key: RCP-439
> URL: http://jira.springframework.org/browse/RCP-439
> Project: Spring Framework Rich Client Project
> Issue Type: Improvement
> Components: Command System
> Affects Versions: 0.1.0, 0.2.0, 0.2.1
> Reporter: Arne Limburg
> Assignee: Peter De Bruycker
>
> In some situations it is necessary to get displayable informations (like text, icon, ...) from a configured AbstractCommand, i.e. if you want to display a command with a component that does not inherit from AbstractButton.
> There is no possibilty for this by now. AbstractCommand should either implement DescribedElement and VisualizedElement or you should make getFaceDescriptor() public.
--
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: Jan H. (JIRA) <no...@sp...> - 2008-01-03 10:11:31
|
[ http://jira.springframework.org/browse/RCP-439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_28749 ]
Jan Hoskens commented on RCP-439:
---------------------------------
I replaced the BLANK_FACE_DESCRIPTOR.getIcon() with a null to fix the building of the trunk.
> make AbstractCommand.getFaceDescriptor() public
> -----------------------------------------------
>
> Key: RCP-439
> URL: http://jira.springframework.org/browse/RCP-439
> Project: Spring Framework Rich Client Project
> Issue Type: Improvement
> Components: Command System
> Affects Versions: 0.1.0, 0.2.0, 0.2.1
> Reporter: Arne Limburg
> Assignee: Peter De Bruycker
>
> In some situations it is necessary to get displayable informations (like text, icon, ...) from a configured AbstractCommand, i.e. if you want to display a command with a component that does not inherit from AbstractButton.
> There is no possibilty for this by now. AbstractCommand should either implement DescribedElement and VisualizedElement or you should make getFaceDescriptor() public.
--
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...> - 2008-10-09 20:03:18
|
[ http://jira.springframework.org/browse/RCP-439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=40226#action_40226 ]
Lieven Doclo commented on RCP-439:
----------------------------------
Is this still an issue?
> make AbstractCommand.getFaceDescriptor() public
> -----------------------------------------------
>
> Key: RCP-439
> URL: http://jira.springframework.org/browse/RCP-439
> Project: Spring Framework Rich Client Project
> Issue Type: Improvement
> Components: Command System
> Affects Versions: 0.1.0, 0.2.0, 0.2.1
> Reporter: Arne Limburg
> Assignee: Peter De Bruycker
> Fix For: 1.0.2
>
>
> In some situations it is necessary to get displayable informations (like text, icon, ...) from a configured AbstractCommand, i.e. if you want to display a command with a component that does not inherit from AbstractButton.
> There is no possibilty for this by now. AbstractCommand should either implement DescribedElement and VisualizedElement or you should make getFaceDescriptor() public.
--
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...> - 2008-10-09 20:03:22
|
[ http://jira.springframework.org/browse/RCP-439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Lieven Doclo updated RCP-439:
-----------------------------
Fix Version/s: 1.0.2
> make AbstractCommand.getFaceDescriptor() public
> -----------------------------------------------
>
> Key: RCP-439
> URL: http://jira.springframework.org/browse/RCP-439
> Project: Spring Framework Rich Client Project
> Issue Type: Improvement
> Components: Command System
> Affects Versions: 0.1.0, 0.2.0, 0.2.1
> Reporter: Arne Limburg
> Assignee: Peter De Bruycker
> Fix For: 1.0.2
>
>
> In some situations it is necessary to get displayable informations (like text, icon, ...) from a configured AbstractCommand, i.e. if you want to display a command with a component that does not inherit from AbstractButton.
> There is no possibilty for this by now. AbstractCommand should either implement DescribedElement and VisualizedElement or you should make getFaceDescriptor() public.
--
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...> - 2008-11-12 15:34:40
|
[ http://jira.springframework.org/browse/RCP-439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Lieven Doclo resolved RCP-439.
------------------------------
Resolution: Won't Fix
visual element can be retrieved through getters, closing as won't fix
> make AbstractCommand.getFaceDescriptor() public
> -----------------------------------------------
>
> Key: RCP-439
> URL: http://jira.springframework.org/browse/RCP-439
> Project: Spring Rich Client Project
> Issue Type: Improvement
> Components: Core
> Affects Versions: 0.1.0, 0.2.0, 0.2.1
> Reporter: Arne Limburg
> Assignee: Peter De Bruycker
> Fix For: 1.1.0
>
>
> In some situations it is necessary to get displayable informations (like text, icon, ...) from a configured AbstractCommand, i.e. if you want to display a command with a component that does not inherit from AbstractButton.
> There is no possibilty for this by now. AbstractCommand should either implement DescribedElement and VisualizedElement or you should make getFaceDescriptor() public.
--
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
|