All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class viewjavadoc.ViewJavadoc

java.lang.Object
   |
   +----viewjavadoc.ViewJavadoc

public class ViewJavadoc
extends Object
Views javadoc for the specified file.

Version:
$Revision: 1.4 $
Author:
Kevin A. Burton

Variable Index

 o basedir
 o mode
 o MODE_FILE
 o MODE_PACKAGE
 o NAME
 o VERSION
 o view

Constructor Index

 o ViewJavadoc(int, File, View)

Method Index

 o addImage(File, File)
 o copy(InputStream, File)
 o getMode()
Return the current mode for this ViewJavadoc.
 o main(String[])
Bootstrap into a javadoc viewer...
 o msgbox(String)
 o setupFileStructure(File)
Makes sure all necessary images and directory structures are setup.

Variables

 o MODE_FILE
 public static final int MODE_FILE
 o MODE_PACKAGE
 public static final int MODE_PACKAGE
 o NAME
 public static String NAME
 o VERSION
 public static String VERSION
 o view
 private View view
 o basedir
 File basedir
 o mode
 private int mode

Constructors

 o ViewJavadoc
 public ViewJavadoc(int mode,
                    File javafile,
                    View view)

Methods

 o getMode
 public int getMode()
Return the current mode for this ViewJavadoc.

 o setupFileStructure
 private void setupFileStructure(File basedir)
Makes sure all necessary images and directory structures are setup.

 o addImage
 private void addImage(File image,
                       File destDir)
 o copy
 private boolean copy(InputStream in,
                      File dest)
 o main
 public static void main(String args[])
Bootstrap into a javadoc viewer...

 o msgbox
 private void msgbox(String message)

All Packages  Class Hierarchy  This Package  Previous  Next  Index