Serialized Form

Class GUI extends javax.swing.JFrame implements Serializable

Serialized Fields

listener

GUIListener listener

tabber

javax.swing.JTabbedPane tabber
The pane that can have tabs.


picList

PicLinkList picList
The list of pictures with sorting options.


tfDate

prog.utils.TitledTextField tfDate
The text field for picture date.


tfJpgName

prog.utils.TitledTextField tfJpgName
The text field for picture name.


tfCaption

prog.utils.TitledTextField tfCaption
The text field for picture caption.


tfSubjects

prog.utils.TitledTextField tfSubjects
The text field for picture subjects.


bSubjects

javax.swing.JButton bSubjects
The button for repairing subjects.


tfContributor

prog.utils.TitledTextField tfContributor
The text field for picture contributor.


bContr

javax.swing.JButton bContr
The button for repairing contributor.


newQ

javax.swing.JButton newQ
The button for creating a new picture.


newQbulk

javax.swing.JButton newQbulk
The button for creating new pictures from a bulk list.


rowsFromBulkInput

java.lang.String rowsFromBulkInput
Widgets for bulk entry.


bulkInputDialog

javax.swing.JDialog bulkInputDialog

bulkInputDialogTa

javax.swing.JTextArea bulkInputDialogTa

newPic

javax.swing.JButton newPic
The button for creating a new picture.


delPic

javax.swing.JButton delPic
The button for deleting a picture.


sortDateCB

javax.swing.JCheckBox sortDateCB
A checkbox for whether the "Sort by Date" category pages should be generated when HTML is generated.


resetFtp

javax.swing.JButton resetFtp
The button for initializing the ftp batch file.


toFileAndHtml

javax.swing.JButton toFileAndHtml
The button for writing any changes to file and generating the web pages affected by those changes.


picStory

prog.utils.InputAndPreview picStory
The InputAndPreview for editing the story of the picture.


inCatsList

prog.utils.InOutList inCatsList
The InOutList that identifies which categories the picture is in.


catList

prog.utils.KeyList catList
The list of categories.


catSPane

javax.swing.JScrollPane catSPane
The scrollpane for the catList.


newCat

javax.swing.JButton newCat
The button for creating a new category.


renameCat

javax.swing.JButton renameCat
The button for creating a new category.


reparent

javax.swing.JButton reparent
The button for creating a new category.


tfCatCaption

prog.utils.TitledTextField tfCatCaption
The text field for category caption.


parentCatList

prog.utils.KeyList parentCatList
The list of categories, where the highlighted category is the parent of the category selected in catList.


parentSPane

javax.swing.JScrollPane parentSPane
The scrollpane for parentCatList.


firstInCatList

prog.utils.KeyList firstInCatList
The list of pictures in the category selected in catList, where the picture that started the category is highlighted upon selection in catList.


firstSPane

javax.swing.JScrollPane firstSPane
The scrollpane for firstInCatList.


namesList

java.util.ArrayList namesList
A list of subs/contrs with picture names.


Class PhoonReview extends javax.swing.JFrame implements Serializable

Serialized Fields

curPicLink

PicLink curPicLink

picList

PicList picList

viewer

prog.utils.ImageViewer viewer

delete

javax.swing.JButton delete

comment

prog.utils.TitledTextField comment

save

javax.swing.JButton save

saveAndExit

javax.swing.JButton saveAndExit

exit

javax.swing.JButton exit

comments

java.util.HashMap comments


Class PhoonVote extends java.applet.Applet implements Serializable

Serialized Fields

picsInOut

prog.utils.InOutList picsInOut

iv

prog.utils.ImageViewer iv

vote

javax.swing.JButton vote

exit

javax.swing.JButton exit

picLinksHT

java.util.Hashtable picLinksHT

listMap

java.util.Hashtable listMap

scores

java.util.Hashtable scores

toReview

java.util.ArrayList toReview

reviewed

java.util.ArrayList reviewed

caption

javax.swing.JLabel caption

story

javax.swing.JTextArea story

picBorder

javax.swing.border.Border picBorder


Class PicLinkList extends prog.utils.SortingKeyList implements Serializable


Class PicLinkRating extends javax.swing.JPanel implements Serializable

Serialized Fields

ratingGrps

RatingGroup[] ratingGrps

groupTitles

java.lang.String[] groupTitles

choiceLabels

java.lang.String[] choiceLabels

choiceValues

int[] choiceValues

clear

javax.swing.JButton clear


Class PicList extends javax.swing.JPanel implements Serializable

Serialized Fields

aSortMethodIsFlagged

boolean aSortMethodIsFlagged

bitSet

java.util.BitSet bitSet

curSortButton

javax.swing.JRadioButton curSortButton

valChgClickTime

long valChgClickTime

sortMethods

int[] sortMethods

sortMethodNamesMap

java.util.HashMap sortMethodNamesMap

sortMethodButtonsMap

java.util.HashMap sortMethodButtonsMap

border

javax.swing.border.TitledBorder border

buttonGroup

javax.swing.ButtonGroup buttonGroup
The group of radio buttons.


byDate

javax.swing.JRadioButton byDate
The radio button for dates.


byJpgName

javax.swing.JRadioButton byJpgName
The radio button for jpgs.


byCaption

javax.swing.JRadioButton byCaption
The radio button for captions.


byCategory

javax.swing.JRadioButton byCategory
The radio button for categories.


bySubject

javax.swing.JRadioButton bySubject
The radio button for subjects.


byContributor

javax.swing.JRadioButton byContributor
The radio button for contributors.


visList

prog.utils.KeyList visList
The visible list of visTexts.


picSPane

javax.swing.JScrollPane picSPane
The scrollpane for visList.


curIx

int curIx

curPicLink

PicLink curPicLink

curSortMethod

int curSortMethod

curVisTexts

java.util.ArrayList curVisTexts

curListMap

java.util.HashMap curListMap

visTextsMap

java.util.HashMap visTextsMap

listMapMap

java.util.HashMap listMapMap

listeners

java.util.ArrayList listeners


Class PicListEvent extends java.util.EventObject implements Serializable


Class Rating extends javax.swing.JPanel implements Serializable

Serialized Fields

rg1

RatingGroup rg1

rg2

RatingGroup rg2

rg3

RatingGroup rg3

rg4

RatingGroup rg4

rg5

RatingGroup rg5


Class RatingGroup extends javax.swing.JPanel implements Serializable

Serialized Fields

label3

java.lang.String label3

label2

java.lang.String label2

label1

java.lang.String label1

label0

java.lang.String label0

labels

java.lang.String[] labels

title

java.lang.String title

help

java.lang.String help

curRating

int curRating

ratingValues

int[] ratingValues

buttonGroup

javax.swing.ButtonGroup buttonGroup

rate3

javax.swing.JToggleButton rate3

rate2

javax.swing.JToggleButton rate2

rate1

javax.swing.JToggleButton rate1

rate0

javax.swing.JToggleButton rate0

buttons

javax.swing.JToggleButton[] buttons

listeners

java.util.ArrayList listeners


Class SortPLCaption extends prog.utils.SortButton implements Serializable


Class SortPLCat extends prog.utils.SortButton implements Serializable

Serialized Fields

ts

prog.utils.TitleSorter ts


Class SortPLContr extends prog.utils.SortButton implements Serializable


Class SortPLDate extends prog.utils.SortButton implements Serializable

Serialized Fields

ts

prog.utils.TitleSorter ts


Class SortPLJpgName extends prog.utils.SortButton implements Serializable


Class SortPLSubject extends prog.utils.SortButton implements Serializable