Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » How to associate eclipse PropertyView with CompilationEditor events..
How to associate eclipse PropertyView with CompilationEditor events.. [message #286221] Sun, 05 June 2005 03:20 Go to next message
Eclipse UserFriend
Originally posted by: amol_walunjkar.persistent.co.in

Hi,

how to associate the eclipse Property View to get notified for events from
the Source editor(CompilationUnit).

I have implemented IPropertySource interface in order to work with Property
Editor.
But how the methods of this interface(e.g. getPropertyDescriptor) will get
called whenever some event happens in the source editor...?
how do I make this associate happened between these two views.


--
Thanks,
Amol
Re: How to associate eclipse PropertyView with CompilationEditor events.. [message #286487 is a reply to message #286221] Fri, 10 June 2005 20:31 Go to previous message
Eclipse UserFriend
Further: I want to interpose an object between the CompilationEditor and the
PropertySheet. Is there some way to make the PropertySheet add itself as an
ISelectionChangedListener to an arbitrary object? The communication should
look like this:

CompilationUnitEditor -> MyObject#selectionChanged() ->
PropertySheet#selectionChanged().

The current infrastructure doesn't look like it makes this possible, at
least not with public APIs.

Any opinions/suggestions to the contrary?

"Amol Walunjkar" <amol_walunjkar@persistent.co.in> wrote in message
news:d7u912$btf$1@news.eclipse.org...
> Hi,
>
> how to associate the eclipse Property View to get notified for events from
> the Source editor(CompilationUnit).
>
> I have implemented IPropertySource interface in order to work with
> Property
> Editor.
> But how the methods of this interface(e.g. getPropertyDescriptor) will get
> called whenever some event happens in the source editor...?
> how do I make this associate happened between these two views.
>
>
> --
> Thanks,
> Amol
>
>
Previous Topic:How to get the screen resolution?
Next Topic:Can I make "Organize Imports" recognize change in package names in a jar file?
Goto Forum:
  


Current Time: Tue Jul 15 10:18:41 EDT 2025

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

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

Back to the top