Spec-Zone .ru
спецификации, руководства, описания, API
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 ProgramElementDoc.containingPackage()
          Get the package that this program element is contained in.
 PackageDoc[] ClassDoc.importedPackages()
          Deprecated. Import declarations are implementation details that should not be exposed here. In addition, this method's return type does not allow for all type-import-on-demand declarations to be returned.
 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[] RootDoc.specifiedPackages()
          Return the packages specified on the command line.
 


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-2004 Sun Microsystems, Inc. 4150 Network Circle
Santa Clara, California, 95054, U.S.A. All Rights Reserved.