|
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
|