Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Dynamic Languages Toolkit (DLTK) » Custom Views that depend on SourceModule
Custom Views that depend on SourceModule [message #20646] Fri, 25 January 2008 06:28 Go to next message
Abhijit is currently offline AbhijitFriend
Messages: 18
Registered: July 2009
Junior Member
hi people,

We have our custom view other than Content Outline which also depends on
the model elements of SourceModule, say, we require only variables to be
displayed in other variables view. Which means, we need to add view as
listener to reconcilor or source module, so that as the source module is
rebuild/reconciled, the view also get refreshed with elements in rebuild
source module. Where do i add the view as a listener to Source Module/
reconcilor.

Thanks in advance.

with regards,
Abhijit.
Re: Custom Views that depend on SourceModule [message #20656 is a reply to message #20646] Fri, 25 January 2008 10:28 Go to previous message
Andrei Sobolev is currently offline Andrei SobolevFriend
Messages: 72
Registered: July 2009
Member
Hi Abhijit,

Please use DLTKCore.addElementChangedListener() method to add listener for DLTK structure model.

Best regards,
Andrei Sobolev.
> hi people,
>
> We have our custom view other than Content Outline which also depends on
> the model elements of SourceModule, say, we require only variables to be
> displayed in other variables view. Which means, we need to add view as
> listener to reconcilor or source module, so that as the source module is
> rebuild/reconciled, the view also get refreshed with elements in rebuild
> source module. Where do i add the view as a listener to Source Module/
> reconcilor.
>
> Thanks in advance.
>
> with regards,
> Abhijit.
>
Previous Topic:Adding custom types in SourceModule
Next Topic:Two questions - interpreter library configuration and NewSourceModulePage
Goto Forum:
  


Current Time: Sat Nov 09 02:02:22 GMT 2024

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

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

Back to the top