Doclet API

Uses of Interface
com.sun.javadoc.PackageDoc

Uses of PackageDoc in com.sun.javadoc
 

Methods in com.sun.javadoc that return PackageDoc
 PackageDoc[] RootDoc.specifiedPackages()
          Return the packages specified on the command line.
 PackageDoc RootDoc.packageNamed(String name)
          Return a PackageDoc for the specified package name.
 PackageDoc SeeTag.referencedPackage()
          Get the package doc when @see references only a package.
 PackageDoc[] ClassDoc.importedPackages()
          Get the list of packages declared as imported.
 PackageDoc ProgramElementDoc.containingPackage()
          Get the package that this program element is contained in.
 


Doclet API

Submit a bug or feature
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2003 Sun Microsystems, Inc. 4150 Network Circle
Santa Clara, California, 95054, U.S.A. All Rights Reserved.