|
From: Lieven D. (JIRA) <no...@sp...> - 2008-10-09 20:47:22
|
[ http://jira.springframework.org/browse/RCP-10?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Lieven Doclo updated RCP-10:
----------------------------
Fix Version/s: 1.x
> Add ProviderRegistry for ViewContext
> ------------------------------------
>
> Key: RCP-10
> URL: http://jira.springframework.org/browse/RCP-10
> Project: Spring Framework Rich Client Project
> Issue Type: Improvement
> Reporter: besbello
> Priority: Minor
> Fix For: 1.x
>
> 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://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|