|
From: Keith D. (JIRA) <no...@at...> - 2007-08-10 14:25:25
|
[ http://opensource.atlassian.com/projects/spring/browse/RCP-10?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Keith Donald updated RCP-10:
----------------------------
Assignee: (was: Keith Donald)
> Add ProviderRegistry for ViewContext
> ------------------------------------
>
> Key: RCP-10
> URL: http://opensource.atlassian.com/projects/spring/browse/RCP-10
> Project: Spring Framework Rich Client Project
> Issue Type: Improvement
> Reporter: besbello
> Priority: Minor
> Attachments: EntornoVista.java, RegistroFuentes.java
>
>
> Extent ViewContext to
> public interface ViewContext {
> ...
> public ProviderRegistry getProvider(Class typeOfProvider);
> }
> public interface ProviderRegistry{
> public Object getProvider(Object bean, String property);
> public Ojbect getProvider(Class clazz);
> }
> It could let registry provider of objects (Example TableCellRenderes, TreeNodes, PropertyEditors)
--
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
|