|
From: Benoit X. (JIRA) <no...@sp...> - 2008-04-07 12:40:07
|
Quick Patch for extensibility of MDI frames
-------------------------------------------
Key: RCP-550
URL: http://jira.springframework.org/browse/RCP-550
Project: Spring Framework Rich Client Project
Issue Type: Improvement
Affects Versions: 1.0.0
Environment: JDK 1.5
Reporter: Benoit Xhenseval
Priority: Minor
Hi
I would like to suggest the very basic enclosed patch to improve the extensibility of DesktopApplicationPage in an MDI application.
At the moment it is complex to extend it for say adding a panel to show a resizer.
This patch simply wraps a existing call into a protected method that could be called from a child class which creates its own createInternalFrame method.
It is very simple and does not change any functionality so I hope it can be committed...
Thanks for considering it
Benoit
--
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
|
|
From: Benoit X. (JIRA) <no...@sp...> - 2008-04-07 12:42:01
|
[ http://jira.springframework.org/browse/RCP-550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Benoit Xhenseval updated RCP-550:
---------------------------------
Attachment: DesktopApplicationPage.java.patch
The patch.
> Quick Patch for extensibility of MDI frames
> -------------------------------------------
>
> Key: RCP-550
> URL: http://jira.springframework.org/browse/RCP-550
> Project: Spring Framework Rich Client Project
> Issue Type: Improvement
> Affects Versions: 1.0.0
> Environment: JDK 1.5
> Reporter: Benoit Xhenseval
> Priority: Minor
> Attachments: DesktopApplicationPage.java.patch
>
>
> Hi
> I would like to suggest the very basic enclosed patch to improve the extensibility of DesktopApplicationPage in an MDI application.
> At the moment it is complex to extend it for say adding a panel to show a resizer.
> This patch simply wraps a existing call into a protected method that could be called from a child class which creates its own createInternalFrame method.
> It is very simple and does not change any functionality so I hope it can be committed...
> Thanks for considering it
> Benoit
--
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
|
|
From: Lieven D. (JIRA) <no...@sp...> - 2008-10-09 19:35:19
|
[ http://jira.springframework.org/browse/RCP-550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Lieven Doclo updated RCP-550:
-----------------------------
Fix Version/s: 1.0.2
> Quick Patch for extensibility of MDI frames
> -------------------------------------------
>
> Key: RCP-550
> URL: http://jira.springframework.org/browse/RCP-550
> Project: Spring Framework Rich Client Project
> Issue Type: Improvement
> Affects Versions: 1.0.0
> Environment: JDK 1.5
> Reporter: Benoit Xhenseval
> Priority: Minor
> Fix For: 1.0.2
>
> Attachments: DesktopApplicationPage.java.patch
>
>
> Hi
> I would like to suggest the very basic enclosed patch to improve the extensibility of DesktopApplicationPage in an MDI application.
> At the moment it is complex to extend it for say adding a panel to show a resizer.
> This patch simply wraps a existing call into a protected method that could be called from a child class which creates its own createInternalFrame method.
> It is very simple and does not change any functionality so I hope it can be committed...
> Thanks for considering it
> Benoit
--
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
|
|
From: Lieven D. (JIRA) <no...@sp...> - 2009-01-21 10:11:33
|
[ http://jira.springframework.org/browse/RCP-550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Lieven Doclo resolved RCP-550.
------------------------------
Resolution: Fixed
patch applied
> Quick Patch for extensibility of MDI frames
> -------------------------------------------
>
> Key: RCP-550
> URL: http://jira.springframework.org/browse/RCP-550
> Project: Spring Rich Client Project
> Issue Type: Improvement
> Affects Versions: 1.0.0
> Environment: JDK 1.5
> Reporter: Benoit Xhenseval
> Assignee: Lieven Doclo
> Priority: Minor
> Fix For: 1.1.0
>
> Attachments: DesktopApplicationPage.java.patch
>
>
> Hi
> I would like to suggest the very basic enclosed patch to improve the extensibility of DesktopApplicationPage in an MDI application.
> At the moment it is complex to extend it for say adding a panel to show a resizer.
> This patch simply wraps a existing call into a protected method that could be called from a child class which creates its own createInternalFrame method.
> It is very simple and does not change any functionality so I hope it can be committed...
> Thanks for considering it
> Benoit
--
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
|