Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Browsing java api on eclipse
Browsing java api on eclipse [message #277855] Fri, 17 December 2004 17:38 Go to next message
Eclipse UserFriend
Originally posted by: fmenjiva.cefa.co.cr

Is there a way to show java documentation api in a
eclipse window help.

when is "javadoc URL" parameter used?
window -> preferences -> installed JRE

thanks
Re: Browsing java api on eclipse [message #277884 is a reply to message #277855] Sat, 18 December 2004 07:09 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Lamont_Gilbert.rigidsoftware.com

Freddy M. wrote:
> Is there a way to show java documentation api in a
> eclipse window help.
>
> when is "javadoc URL" parameter used? window -> preferences -> installed
> JRE
>
> thanks
>
>

i been using eclipse for about a year and I have not seen an elegant way
of referencing the java api while inside of eclipse.

--
Respectfully,


CL Gilbert

"Verily, verily, I say unto you, He that entereth not by the door() into
the sheepfold{}, but climbeth up some other *way, the same is a thief
and a robber."

GnuPG Key Fingerprint:
82A6 8893 C2A1 F64E A9AD 19AE 55B2 4CD7 80D2 0A2D

For a free Java interface to Freechess.org see
http://www.rigidsoftware.com/Chess/chess.html
Re: Browsing java api on eclipse [message #277988 is a reply to message #277855] Mon, 20 December 2004 15:22 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse.rizzoweb.com

Freddy M. wrote:
> Is there a way to show java documentation api in a
> eclipse window help.
>
> when is "javadoc URL" parameter used? window -> preferences -> installed
> JRE

If you have properly set the JavaDoc URL for your JRE, then putting the
cursor on a class or method and hitting Shift-F2 will open the JavaDoc
for that class/method.
If you also configure the source location for the JRE, you will see
details about classes/methods in the pop-up tool tip windows and code
completion.

HTH,
Eric
Re: Browsing java api on eclipse [message #278030 is a reply to message #277988] Tue, 21 December 2004 05:33 Go to previous message
Eclipse UserFriend
Originally posted by: lmorley.wpi.edu

that's a really useful tip. I also use the JDocs plugin, which has a lot
of open source javadocs hosted (including Eclipse and JDK). I have the
JDocs plug-in in a fast view, so whenever I need to reference the
documentation I just right-click on the class and select "Search on
JDocs..." This doesn't work for javadoc that isn't hosted on the
JDocs.com website, but it's worth having just the same. JDocs also
supports comments, so users can add comments when the doc is lacking.

http://jdocs.com/plugins/eclipse/index.html
http://jdocs.com/


Eric Rizzo wrote:
> Freddy M. wrote:
>
>> Is there a way to show java documentation api in a
>> eclipse window help.
>>
>> when is "javadoc URL" parameter used? window -> preferences ->
>> installed JRE
>
>
> If you have properly set the JavaDoc URL for your JRE, then putting the
> cursor on a class or method and hitting Shift-F2 will open the JavaDoc
> for that class/method.
> If you also configure the source location for the JRE, you will see
> details about classes/methods in the pop-up tool tip windows and code
> completion.
>
> HTH,
> Eric


--
Liam Morley
Computer Science Undergraduate
Worcester Polytechnic Institute
Previous Topic:how to register a context menu for a custom control within a view?
Next Topic:What are the ways of communicating bewteen plugins in runtime ?
Goto Forum:
  


Current Time: Sat Nov 09 03:38:21 GMT 2024

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

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

Back to the top