Results 1 to 3 of 3

Thread: Application with tree on left and editor for selected node on right

  1. #1
    Join Date
    Aug 2005
    Posts
    6

    Default Application with tree on left and editor for selected node on right

    I've just started looking at Spring RCP and I'd like to create an application with a tree on the left and an editor for the currently selected object on the right. Is this easily done in Spring RCP, and does Spring RCP offer any help with controlling the edit/save/cancel lifecycle in this case? I.e. if a user selects an object and starts editing it but then clicks on another tree node before saving I'd like to display a "Do you want to save your changes" dialog with Yes, No and Cancel options - is this something that Spring RCP can help me with, or is this functionality I'd have to code myself?

    Any help would be greatly appreciated (and sample code would be great!)

    Thanks in advance,
    Lawrie

  2. #2
    Join Date
    Oct 2006
    Location
    Craiova, Romania
    Posts
    7

    Post JIDE integration - a possible solution?

    I think JIDE integration might be a solution althogh I haven't tried it yet. With JIDE you can create dockable views - check their demo on their site (http://www.jidesoft.com/). I think I've already seen one or more topics on this forum about this topic - you might want to search for it... The bad thing about JIDE is that it costs - i'm not sure if there is also a freeware part of their libraries to integrate with a Spring RCP app.
    On the current project i'm involved into, i'll try to use views (i have three JTree components); as for the "editor area" i'll try to find a solution with a JTabbedPane or something like this...
    Hope this helps! I'll continue checking myself this topic from time to time - i'm also a newbie using Spring RCP; this subject might be helpful for me either!

  3. #3
    Join Date
    Oct 2006
    Location
    Craiova, Romania
    Posts
    7

    Post link to Jide integration topic

    Check this topic about JIDE integration - check the screenshots too!
    http://forum.springframework.org/showthread.php?t=29779
    Would you be so kind to tell me if you find a viable solution?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •