From: <no...@so...> - 2002-11-14 07:29:28
|
Feature Requests item #638244, was opened at 2002-11-14 07:29 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=638244&group_id=44253 Category: Definitions (source editor) Group: Medium (< 1 pair-month) Status: Open Priority: 5 Submitted By: Charles Reis (csreis) Assigned to: Nobody/Anonymous (nobody) Summary: Javadoc Integration Initial Comment: Story: User wishes to view a high level API of a class he is writing. He selects "View Javadoc" from the Tools menu and the Javadoc for the current class is generated and displayed as another open document. As a non-Java document, the Compile, Test, etc. actions are disabled, but the user is able to save the file if he wishes. JEditorPane provides the functionality needed to display web pages, so the only catch is figuring out how to generate the Javadoc programmatically. (Is there an API?) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=638244&group_id=44253 |