|
From: Peter De B. (JIRA) <no...@at...> - 2007-09-28 07:01:38
|
[ http://opensource.atlassian.com/projects/spring/browse/RCP-111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_26519 ]
Peter De Bruycker commented on RCP-111:
---------------------------------------
new classes introduced:
MenuItemButtonConfigurer
ToolBarButtonConfigurer
PullDownMenuButtonConfigurer
DefaultCommandServices works with these new classes.
The ToolBarButtonConfigurer has properties to customize text placement:
showText: default false
textBelowIcon: default true: show text below the icon, of next to it
if showText is false, and there's no icon, the text WILL be shown (does this behaviour have to change?)
To use this: inject a DefaultCommandServices bean into your ApplicationServices, and inject the customized ToolBarButtonConfigurer into the DefaultCommandServices.
> Text and icon in toolbar
> ------------------------
>
> Key: RCP-111
> URL: http://opensource.atlassian.com/projects/spring/browse/RCP-111
> Project: Spring Framework Rich Client Project
> Issue Type: New Feature
> Reporter: Claudio Romano
> Assignee: Peter De Bruycker
> Priority: Minor
>
> The toolbar should be customisable thru the properties framework to show text or icon or both.
> Link to discussion thread:
> http://forum.springframework.org/viewtopic.php?t=4018
--
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
|