Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Is there Scrollbar listener for IDocuments?
Is there Scrollbar listener for IDocuments? [message #153341] Thu, 06 November 2003 05:36 Go to next message
Eclipse UserFriend
Originally posted by: notvalid.hotmail.com

Is there something like IDocumentListener, that can listen over Vertical
ScrollBar changes in an IDocument?


thx for the help...
Re: Is there Scrollbar listener for IDocuments? [message #153454 is a reply to message #153341] Thu, 06 November 2003 10:15 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: daniel.megert.gmx.net

Walrus wrote:

>Is there something like IDocumentListener, that can listen over Vertical
>ScrollBar changes in an IDocument?
>
>
No, since the document is a model and a scroll bar is a visual
component. What problem are you trying to solve?

Dani

>
>thx for the help...
>
>
>
>
Re: Is there Scrollbar listener for IDocuments? [message #153652 is a reply to message #153454] Thu, 06 November 2003 16:52 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: notvalid.hotmail.com

I'm working on a plug-in which listens over document changes, and scrollbar
changes (to be propogate to other remote users).

Basically, IDocument's scrollbar needs to be observed. I'm a bit hazy on
the framework of eclipse, but I did notice there is a scollbar listener for
the swt package.

I just need to know how to get access to the opened documents scrollbar.




"Daniel Megert" <daniel.megert@gmx.net> wrote in message
news:bod6t5$b5v$7@eclipse.org...
> Walrus wrote:
>
> >Is there something like IDocumentListener, that can listen over Vertical
> >ScrollBar changes in an IDocument?
> >
> >
> No, since the document is a model and a scroll bar is a visual
> component. What problem are you trying to solve?
>
> Dani
>
> >
> >thx for the help...
> >
> >
> >
> >
>
Re: Is there Scrollbar listener for IDocuments? [message #154925 is a reply to message #153652] Mon, 10 November 2003 17:09 Go to previous message
Eclipse UserFriend
Originally posted by: daniel.megert.gmx.net

Walrus wrote:

>I'm working on a plug-in which listens over document changes, and scrollbar
>changes (to be propogate to other remote users).
>
>Basically, IDocument's scrollbar needs to be observed. I'm a bit hazy on
>the framework of eclipse, but I did notice there is a scollbar listener for
>the swt package.
>
>I just need to know how to get access to the opened documents scrollbar.
>
>
Do you mean the editor's scrollbar? If so, which editor? A document can
be manipulated by different kinds of editors.

Dani

>
>
>
>"Daniel Megert" <daniel.megert@gmx.net> wrote in message
>news:bod6t5$b5v$7@eclipse.org...
>
>
>>Walrus wrote:
>>
>>
>>
>>>Is there something like IDocumentListener, that can listen over Vertical
>>>ScrollBar changes in an IDocument?
>>>
>>>
>>>
>>>
>>No, since the document is a model and a scroll bar is a visual
>>component. What problem are you trying to solve?
>>
>>Dani
>>
>>
>>
>>>thx for the help...
>>>
>>>
>>>
>>>
>>>
>>>
>
>
>
>
Previous Topic:Need help generating JAR file for normal Java project
Next Topic:Tasks tags
Goto Forum:
  


Current Time: Sat Jul 27 16:50:19 GMT 2024

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

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

Back to the top