Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » javadoc view blank?
javadoc view blank? [message #162421] Wed, 02 June 2004 15:10 Go to next message
Eclipse UserFriend
Hi all,

whenever I open the Javadoc view I don't see anything in it! .. I guess
I don't know how to use Javadoc view. Searched for javadoc view in
eclipse help but no use. I couldn't find anything in the preference
dialogue either.

Any help?

-Nachi
Re: javadoc view blank? [message #162451 is a reply to message #162421] Wed, 02 June 2004 15:28 Go to previous messageGo to next message
Eclipse UserFriend
Have you tried clicking on a method name in your source code while the view
is visible?
The Javadoc view should be populated with the Javadoc comment. That assuming
you have written a Javadoc comment for this method.

"nsahoo" <nsahoo@gmail.com> wrote in message
news:c9l87m$r2r$1@eclipse.org...
> Hi all,
>
> whenever I open the Javadoc view I don't see anything in it! .. I guess
> I don't know how to use Javadoc view. Searched for javadoc view in
> eclipse help but no use. I couldn't find anything in the preference
> dialogue either.
>
> Any help?
>
> -Nachi
Re: javadoc view blank? [message #162497 is a reply to message #162451] Wed, 02 June 2004 16:15 Go to previous messageGo to next message
Eclipse UserFriend
Valentin Baciu wrote:
> Have you tried clicking on a method name in your source code while the view
> is visible?
> The Javadoc view should be populated with the Javadoc comment. That assuming
> you have written a Javadoc comment for this method.
>

Thanks. So, it's basically javadoc hover text in a new view of it's own
... right ? or is there more to it?

Nachi
Re: javadoc view blank? [message #162512 is a reply to message #162497] Wed, 02 June 2004 16:59 Go to previous messageGo to next message
Eclipse UserFriend
That's as much as I see to it. There may be more but I didn't look further.

"nsahoo" <nsahoo@gmail.com> wrote in message news:c9lc1u$bo$1@eclipse.org...
> Valentin Baciu wrote:
> > Have you tried clicking on a method name in your source code while the
view
> > is visible?
> > The Javadoc view should be populated with the Javadoc comment. That
assuming
> > you have written a Javadoc comment for this method.
> >
>
> Thanks. So, it's basically javadoc hover text in a new view of it's own
> .. right ? or is there more to it?
>
> Nachi
Re: javadoc view blank? [message #167232 is a reply to message #162497] Mon, 05 July 2004 05:54 Go to previous message
Eclipse UserFriend
Originally posted by: daniel.megert.gmx.net

nsahoo wrote:

> Valentin Baciu wrote:
>
>> Have you tried clicking on a method name in your source code while
>> the view
>> is visible?
>> The Javadoc view should be populated with the Javadoc comment. That
>> assuming
>> you have written a Javadoc comment for this method.
>>
>
> Thanks. So, it's basically javadoc hover text in a new view of it's
> own .. right ? or is there more to it?

Yes, there is:
- uses the Browser (html) widget to show the Javadoc (currently not
available on Linux-GTK)
- shows Javadoc of selected element without being open in the Java
editor (e.g. from Package Explorer)

Dani

>
> Nachi
Previous Topic:JavaElement API problems when there are open editors.
Next Topic:Cursor change event in Java Editor
Goto Forum:
  


Current Time: Tue Jul 22 02:51:13 EDT 2025

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

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

Back to the top