Contents | Package | Class | Tree | Index | |||
PREV | NEXT | SHOW LISTS | HIDE LISTS |
sun.tools.javadoc.doclets.DeprecatedAPIListBuilder
Constructor Summary | |
DeprecatedAPIListBuilder(sun.tools.javadoc.doclets.Root root)
Constructor. |
Method Summary | |
sun.tools.javadoc.doclets.List | getDeprecatedClasses()
Return the list of deprecated classes. |
sun.tools.javadoc.doclets.List | getDeprecatedConstructors()
Return the list of deprecated constructors. |
sun.tools.javadoc.doclets.List | getDeprecatedErrors()
Return the list of deprecated errors. |
sun.tools.javadoc.doclets.List | getDeprecatedExceptions()
Return the list of deprecated exceptions. |
sun.tools.javadoc.doclets.List | getDeprecatedFields()
Return the list of deprecated fields. |
sun.tools.javadoc.doclets.List | getDeprecatedInterfaces()
Return the list of deprecated interfaces. |
sun.tools.javadoc.doclets.List | getDeprecatedMethods()
Return the list of deprecated methods. |
Constructor Detail |
public DeprecatedAPIListBuilder(sun.tools.javadoc.doclets.Root root)
root
- Root of the tree.
Method Detail |
public sun.tools.javadoc.doclets.List getDeprecatedClasses()
public sun.tools.javadoc.doclets.List getDeprecatedInterfaces()
public sun.tools.javadoc.doclets.List getDeprecatedErrors()
public sun.tools.javadoc.doclets.List getDeprecatedExceptions()
public sun.tools.javadoc.doclets.List getDeprecatedFields()
public sun.tools.javadoc.doclets.List getDeprecatedMethods()
public sun.tools.javadoc.doclets.List getDeprecatedConstructors()
Contents | Package | Class | Tree | Index | |||
PREV | NEXT | SHOW LISTS | HIDE LISTS |