|
From: Larry S. (JIRA) <no...@at...> - 2006-05-13 15:33:43
|
[ http://opensource.atlassian.com/projects/spring/browse/RCP-299?page=comments#action_17584 ] Larry Streepy commented on RCP-299: ----------------------------------- I don't see how this change accomplishes anything useful. The Component being created by the various createXXX methods is already being returned. The proposed change would not add any new functionality and it would add a temporal coupling between the call to createXXX and the call to getComponent. If you can better describe your specific problem, then maybe a solution can be developed. > and access to the control on a CommandGroup > ------------------------------------------- > > Key: RCP-299 > URL: http://opensource.atlassian.com/projects/spring/browse/RCP-299 > Project: Spring Framework Rich Client Project > Type: Improvement > Components: Command System > Reporter: Brian Ross > Assignee: Larry Streepy > Attachments: CommandGroup.java > > some CommandGroup controls, like the toolbar, only support a very small set of features at this point. Those who wish to add things to the toolbar other than plain buttons need a way to access the control from their code. this involves only a small change to CommandGroup.java, which I will attach. -- 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 |