Serialized Form


Package gui

Class gui.ButtonPanel extends Panel implements Serializable

Serialized Fields

starcheckbox

Checkbox starcheckbox
The checkbox where the user can indicate whether the output folder is the same as the input folder. Give it a label, and set it to be standard on.

Class gui.FolderPanel extends Panel implements Serializable

Serialized Fields

inputfolder

TextField inputfolder
The text field where the user can fill in the input folder.


outputfolder

TextField outputfolder
The text field where the user can fill in the output folder.


outputcheckbox

Checkbox outputcheckbox
The checkbox where the user can indicate whether the output folder is the same as the input folder. Give it a label, and set it to be standard on.

Class gui.JDFrame extends Frame implements Serializable

Serialized Fields

folderpanel

FolderPanel folderpanel
The FolderPanel for the folders.


buttonpanel

ButtonPanel buttonpanel
The ButonPanel for the buttons.


listpanel

ListPanel listpanel
The ListPanel for the list.


classpanel

TagPanel classpanel
The TagPanel for the class tags.


methodpanel

TagPanel methodpanel
The TagPanel for the method tags.


attributepanel

TagPanel attributepanel
The TagPanel for the attribute tags.


control

JDControl control
The control class for this GUI. It does all the work, you could say.

Class gui.ListPanel extends Panel implements Serializable

Serialized Fields

filelist

List filelist
The list of files in the current folder.

Class gui.TagPanel extends Panel implements Serializable

Serialized Fields

convertcheckbox

Checkbox convertcheckbox
The checkbox where the user can indicate whether comment should be converted. Give it a label, and set it to be standard on.


addcheckbox

Checkbox addcheckbox
The checkbox where the user can indicate whether comment should be added. Give it a label, and set it to be standard on.


whitelines

TextField whitelines
The textfield where the user can indicate how many white lines he wants.


taglist

List taglist
The list with the tags in it.