Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Dynamic Editor Master Detail Parts
Dynamic Editor Master Detail Parts [message #451387] Mon, 28 February 2005 22:18
Anthony Perritano is currently offline Anthony PerritanoFriend
Messages: 32
Registered: July 2009
Member
Hi,
I am making an editor that uses the master/detail functionaility. In my
master block of the editor i have a tree that has all the same type of
Objects. Those objects contain hashtables of attributes and properties,
each object in the tree will have different attributes and properties.
what i want to do is when i click on a node in the tree is to have a
detail page be generated based on the attributes of that node. I tried
implementing the IDetailsPageProvider interface. The first time i click
on a node in the tree it calls getPage(Object key) and returns the
correct page. then clicking a different node it returns the same page
and does not call getPage(Object key), it calls getKey(). I want it to
call getPage all the time. how do i unregister a page with details part?

thanks
Anthony Perritano
Previous Topic:Layout: align buttons vertical - center
Next Topic:How do I get Checkboxes in a Table?
Goto Forum:
  


Current Time: Wed Apr 24 23:46:47 GMT 2024

Powered by FUDForum. Page generated in 0.02917 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top