Issue Details (XML | Word | Printable)

Key: RCP-561
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Jan Hoskens
Reporter: Arne Limburg
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Spring Rich Client Project

Integration for Swing-Docking

Created: 02/Jul/08 01:17 PM   Updated: 30/Oct/08 02:16 PM
Component/s: Core
Affects Version/s: 1.0.1
Fix Version/s: 1.0.1

Time Tracking:
Not Specified

File Attachments: 1. Java Archive File swingdocking-core-1.0.0-SNAPSHOT.jar (22 kB)
2. Java Archive File swingdocking-mustang-1.0.0-SNAPSHOT.jar (22 kB)
3. Text File swingdocking.patch (49 kB)



 Description  « Hide
Provide integration for the Docking-Framework Swing-Docking

 All   Comments   Work Log   Change History   FishEye   Builds      Sort Order: Ascending order - Click to sort in descending order
Arne Limburg added a comment - 02/Jul/08 01:20 PM
This patch provides support for Swing-Docking, but I didn't really know into which module to put it, because it depends on DesktopApplicationPage, which is in sandbox. So this patch creates a dependency for the docking module to the sandbox module. If this is not wanted, please consider moving DesktopApplicationPage into the support module.

Arne Limburg added a comment - 02/Jul/08 01:23 PM
This is the core module of Swing-Docking. Please provide it in your maven repository.

Arne Limburg added a comment - 02/Jul/08 01:23 PM
This is the Java 6 extension of Swing-Docking. Please provide it in your maven repository.

Jan Hoskens added a comment - 02/Jul/08 04:12 PM
I already uploaded the jars, not yet committed the patch as I haven't looked at docking yet.

Arne Limburg added a comment - 03/Jul/08 12:53 PM
Thanks Jan for doing this so quickly.

The patch is just some lines of code + an example-application, which is mostly copied from the vldocking-example.


Jan Hoskens added a comment - 04/Jul/08 03:39 AM
I noticed that you also changed the DesktopApplicationPage, so I guess it's not just a drop in? I might have to check with Peter on this.

Arne Limburg added a comment - 04/Jul/08 02:37 PM
I did not change the behavior of DesktopApplicationPage nor should my changes break existing code. I just made DesktopApplicationPage ready to be subclassed by my classes. You can take a look at it yourself or give it to Peter as he wrote the DesktopApplicationPage.

Jan Hoskens added a comment - 08/Jul/08 08:36 AM
Patch applied, mdi moved to docking package.

revision (among others):
http://spring-rich-c.svn.sourceforge.net/viewvc/spring-rich-c?view=rev&revision=2060

Thanks for the patch.