A B C D F G I J L M O P R S T W

C

CommentConverter - class system.CommentConverter.
This class opens up the given file and converts the comments when you call the various methods.
CommentConverter(String, boolean) - Constructor for class system.CommentConverter
Constructs a new CommentConverter over filename, and sets the appropriate javadoc style.
classpanel - Variable in class gui.JDFrame
The TagPanel for the class tags.
control - Variable in class gui.JDFrame
The control class for this GUI.
convert() - Method in class system.JDControl
Converts the comments in the selected files into Javadoc comments.
convertAttributeComments(String[]) - Method in class system.CommentConverter
Converts all the non-javadoc attribute comments in this file to javadoc comments using the set style.
convertClassComments(String[]) - Method in class system.CommentConverter
Converts all the non-javadoc class comments in this file to javadoc comments using the set style.
convertMethodComments(String[]) - Method in class system.CommentConverter
Converts all the non-javadoc method comments in this file to javadoc comments using the set style.
convertMethodTags(int, String[]) - Method in class system.CommentConverter
Goes through tags and convert any special javadoc tags that have to with the method signature at index.
convertcheckbox - Variable in class gui.TagPanel
The checkbox where the user can indicate whether comment should be converted.

A B C D F G I J L M O P R S T W