A B C D E F G H I J K L M N O P Q R S T U V W Y Z

A

actionPerformed(ActionEvent) - Method in class GUIListener
Implements ActionListener to respond to component events from class GUI.
actionPerformed(ActionEvent) - Method in class prog.utils.InputAndPreview
Responds to Enter being pressed in the input field.
addActionListener(Object) - Method in class prog.utils.InputAndPreview
Registers the object as a listener for changes to the input text field.
addCell(String) - Method in class prog.utils.HTMLTable
Adds the cell information to a vector that is used when you call makeTable() with a null value of cellStrs.
addEditorsPick(PicLink) - Method in class CatLink
Identifies this picture as one of the category's Editor's Picks.
addFirstInCat(PicLink) - Method in class CatLink
Assigns the picture as this category's first picture.
addListSelectionListener(Object) - Method in class prog.utils.InOutList
Registers an object as a listener for a selection of an item in either column.
addMoveListener(Object) - Method in class prog.utils.InOutList
Registers an object as a listener for a move of an item from one column to another.
addNonStdCatLinkClass(String, String) - Static method in class PMDB
Creates a Class object for classname and puts it in the nonStdCatLinkClasses hashtable with key.
addToCapRetrieverExclusionList(String) - Static method in class PMDB
Establishes which catLinks should be excluded when captions are being gathered for all catLinks.
addToCategory(String, boolean) - Method in class PicLink
Adds the picture to the category specified by its full Caption (for example, "Countries:Spain").
allowsEdPickIconOnCatPage() - Method in class CatContrPhooner
Allows display of the Editor's Pick icon on this page.
allowsEdPickIconOnCatPage() - Method in class CatLink
Returns whether or not this CatLink page allows the Editor's Pick icon to be displayed for a subcat or subpic.
allowsGrandkidLinks() - Method in class CatAll
Prevents the web page from showing more than one level of links.
allowsGrandkidLinks() - Method in class CatLink
Returns whether this catLink displays only its subcategories or also the subcategories of those subcategories.
allowsRecAddIconOnPage() - Method in class CatAll
Prevents the web page from showing the New icon.
allowsRecAddIconOnPage() - Method in class CatCapt
Returns false to prevent page from showing New icon.
allowsRecAddIconOnPage() - Method in class CatEdPicks
Prevents the web page from showing the New icon.
allowsRecAddIconOnPage() - Method in class CatLink
Returns whether or not this CatLink page allows the New icon to appear for links to subcats or subpics.
allowsRecAddIconOnPage() - Method in class CatRecAdd
Prevents the web page from showing the New icon.
allowsTranslation() - Method in class CatLink
Returns whether this CatLink page should be translated.
ALLPICSSORTCAPTSTR - Static variable in class PMDB
 
ALLPICSSORTCONTRSTR - Static variable in class PMDB
 
ALLPICSSORTDATESTR - Static variable in class PMDB
 
ALLPICSSORTSUBJECTSTR - Static variable in class PMDB
 
ALLPICSSTR - Static variable in class PMDB
 
alteredFiles - Static variable in class PMDB
A list of pictures and categories for which web pages should be generated.
and - Variable in class LanguageHandler
 
arrayToVector(Object[]) - Static method in class prog.utils.ListUtils
Returns a Vector containing the contents of the input array.

B

baseOutDir - Static variable in class LanguageHandler
The base relative directory where all HTML files are generated.
bkgdImage - Static variable in class PMDB
The image to be used as the background of all web pages.
BOTTOM - Static variable in class prog.utils.HTMLTable
A variable representing placement.
breakCols - Variable in class prog.utils.WordWrap
A record of the column numbers at which format() broke the input String to new lines.
buttonGroup - Variable in class GUI
The group of radio buttons.
byCaption - Variable in class GUI
The radio button for captions.
BYCAPTION - Static variable in class GUIListener
 
byCategory - Variable in class GUI
The radio button for categories.
BYCATEGORY - Static variable in class GUIListener
 
byContributor - Variable in class GUI
The radio button for contributors.
BYCONTRIBUTOR - Static variable in class GUIListener
 
byDate - Variable in class GUI
The radio button for dates.
BYDATE - Static variable in class GUIListener
 
byJpgName - Variable in class GUI
The radio button for jpgs.
BYJPGNAME - Static variable in class GUIListener
 
BYPHOONER - Static variable in class GUIListener
 
bySubject - Variable in class GUI
The radio button for subjects.

C

calendar - Variable in class prog.utils.MyDate
The Calendar wrapped in this instance of MyDate.
capRetrieverExclusionList - Static variable in class PMDB
List of catLinks to exclude when gathering captions.
caption - Variable in class Link
Text which can be used as as a brief description of the instance.
CatAll - class CatAll.
This class provides special handling for the "All Pictures" category.
CatAll() - Constructor for class CatAll
 
catBlurbsHT - Static variable in class PMDB
All available category descriptions/blurbs.
CatCapt - class CatCapt.
This class provides special handling for the "Sorted by Caption" category.
CatCapt() - Constructor for class CatCapt
 
catCaptionsToFile() - Static method in class PMDBDebug
Writes the captions of all catLinks to file.
catCaptionsToFile(boolean) - Static method in class PMDBDebug
Writes all catlink captions to file.
CatContrPhooner - class CatContrPhooner.
This class provides special handling for the "Sorted by Contributor" and "Sorted by Phooner" categories.
CatContrPhooner() - Constructor for class CatContrPhooner
 
CatDate - class CatDate.
This class provides special handling for the "Sorted by Date" category.
CatDate() - Constructor for class CatDate
 
CatEdPicks - class CatEdPicks.
This class provides special handling for the "Editor's Picks" category.
CatEdPicks() - Constructor for class CatEdPicks
 
categoriesItIsIn - Variable in class PicLink
The list of CatLinks to which this picture belongs.
catFullCaptionsToFile() - Static method in class PMDBDebug
Writes the fullCaptions of all catLinks to file.
CatIndex - class CatIndex.
Special handling for the main page, index.html, which is also a category.
CatIndex() - Constructor for class CatIndex
 
CatIndexPhoons - class CatIndexPhoons.
Special handling for the main page, index.html (which is also a category) for the Phoons.com site.
CatIndexPhoons() - Constructor for class CatIndexPhoons
Establishes the caption of the top-level web page.
CatLink - class CatLink.
A CatLink object represents a category.
CatLink() - Constructor for class CatLink
 
catLinkForContributor(String) - Method in class PicLink
Retrieves the CatLink for the given contributor.
catLinkForSubject(String) - Method in class PicLink
Retrieves the CatLink for the given subject.
CatLinkPhoons - class CatLinkPhoons.
This subclass of the generic CatLink is the base class of all Phoons categories, providing overrides and definitions unique to the Phoons web pages.
CatLinkPhoons() - Constructor for class CatLinkPhoons
 
catLinksHT - Static variable in class PMDB
All of the CatLinks.
catLinksSubset - Variable in class GUIListener
 
catLinksSubsetCaptions - Variable in class GUIListener
 
CatLinkTitleSorter - class CatLinkTitleSorter.
This Comparator translates the captions of the CatLinks and compares via TitleSorter.
CatLinkTitleSorter() - Constructor for class CatLinkTitleSorter
 
catList - Variable in class GUI
The list of categories.
CatRecAdd - class CatRecAdd.
This class provides special handling for the "Recent Additions" category.
CatRecAdd() - Constructor for class CatRecAdd
 
catSPane - Variable in class GUI
The scrollpane for the catList.
CENTER - Static variable in class prog.utils.HTMLTable
A variable representing placement.
changeCaption(String) - Method in class PicLink
Assigns a new caption to the picture and flags affected web pages for update.
changeContributor(String) - Method in class PicLink
Assigns a new contributor to the picture and flags affected web pages for update.
changeDate(String) - Method in class PicLink
Assigns a new date to the picture and flags affected web pages for update.
changeFirstInCat(String) - Method in class CatLink
Assigns the specified picture as the picture that started the category.
changeLang(String) - Static method in class PMDB
Changes over to the new language, such as by loading the translation tables appropriate to that new language.
changeStory(String) - Method in class PicLink
Assigns a new story to the picture and flags affected web pages for update.
changeSubjects(String) - Method in class PicLink
Assigns a new subject or subjects to the picture and flags affected web pages for update.
clearSelection() - Method in class prog.utils.InOutList
Clears both columns.
clone() - Method in class CatLink
Returns a clone of the CatLink.
clones - Variable in class CatLink
Clones of the original.
COLWIDTH - Static variable in class PMDB
The maximum number of characters for word wraps.
commonToLists(Vector, Vector) - Static method in class prog.utils.ListUtils
Returns a Vector of objects that exist in both input Vectors.
compare(Object, Object) - Method in class CatLinkTitleSorter
Compares translated titles.
compare(Object, Object) - Method in class LinkTitleSorter
Compares the captions of two Links.
compare(Object, Object) - Method in class PicLinkSortByDate
Compares two pictures by date, then by filename.
compare(Object, Object) - Method in class prog.utils.IgnoreCaseSorter
 
compare(Object, Object) - Method in class prog.utils.TitleSorter
 
compareDirectories(String, String) - Static method in class prog.utils.ListUtils
Prints the names of those files not found in both directories and then prints the names of those files whose contents do not match.
compareTo(Object) - Method in class Link
Implements Comparable so Links are sorted by caption.
compareTo(Object) - Method in class prog.utils.MyDate
Returns -1 if this MyDate is earlier in time than ob2, 0 if the same and 1 if later.
componentHidden(ComponentEvent) - Method in class GUIListener
 
componentMoved(ComponentEvent) - Method in class GUIListener
 
componentResized(ComponentEvent) - Method in class GUIListener
Implements ComponentListener.
componentShown(ComponentEvent) - Method in class GUIListener
 
contr - Variable in class LanguageHandler
 
contributor - Variable in class PicLink
The person(s) who contributed the photo.
contributorToHtmlLink() - Method in class PicLink
Returns an HTML expression representing the names of the contributor as a link to his or her category web page.
createAllWebPages() - Method in class PageMaker
Generates web pages for all pics, cats and non pics/cats.
createEmail() - Method in class Phoons
Creates email.txt, a file containing text in a format ready for mailing to those on the email distribution list.
createFlaggedWebPages() - Method in class PageMaker
Generate web pages for those CatLinks and PicLinks found in the PMDB.alteredFiles.
createIndexAndNonPicsCatsWebPages() - Method in class PageMaker
Generates only the index page and calls createNonPicsCatsWebPages().
createNonPicsCatsWebPages() - Method in class PageMaker
Generates all web pages that are not category or picture pages.
curCatDescr - Static variable in class CatLink
The translations of category descriptions for the current language.
curCatTitles - Static variable in class CatLink
The translations of category titles for the current language.
curLang - Static variable in class PMDB
The language for the pages being generated at this moment.
curTitles - Static variable in class PicLink
The translation table for picture-related phrases.

D

date - Variable in class PicLink
The date the picture was added to the site.
date - Variable in class prog.utils.MyDate
The date in "month day, year" form, such as Oct 23, 1982.
dateToCatLink(boolean) - Method in class PicLink
Adds the picture to the Sorted by Date category.
day - Variable in class prog.utils.MyDate
The 0-padded day number, such as 03, 20, and 07.
dayInt - Variable in class prog.utils.MyDate
The numerical day of the month, such as 3.
dayOfWeek - Variable in class prog.utils.MyDate
The day of the week, such as Wed and Fri.
daysAgo(int) - Static method in class prog.utils.MyDate
Returns a MyDate object that is 'days' number of days before today.
Debug - class prog.utils.Debug.
 
defaultCatLinkClass - Static variable in class PMDB
The subclass of CatLinks that is the base class of all other catLinks.
defLang - Static variable in class PMDB
The primary language (for example, "en" for English).
deleteCategory(String) - Static method in class CatLink
Deletes a category.
deleteFile(File) - Static method in class prog.utils.StringUtils
Deletes the file by name.
deleteFile(String) - Static method in class prog.utils.StringUtils
Deletes the file by name.
deletePicture(String) - Static method in class PicLink
Deletes the specified picture from the database and flags appropriate web pages for update.
delPic - Variable in class GUI
The button for deleting a picture.

E

editorsPicks - Variable in class CatLink
The collection of picLinks that are editor's picks within this category.
editorsPicks - Variable in class GUI
The InOutList that identifies which pictures are Editor's Picks in the category selected in catList.
EDPICKSSTR - Static variable in class PMDB
 
English - class English.
The methods of this class return values unique to the English language.
English() - Constructor for class English
 

F

filename - Variable in class Link
The filename of the associated web entity (either a picture or a web page).
filesMatch(String, String) - Static method in class prog.utils.ListUtils
Returns true if the file contents of the two files match.
fileToArray(File) - Static method in class prog.utils.StringUtils
Loads the lines of a file into an array by way of fileToString() and stringToArray().
fileToArray(String) - Static method in class prog.utils.StringUtils
Loads the lines of a file into an array by way of fileToString() and stringToArray().
fileToString(File) - Static method in class prog.utils.StringUtils
Reads the file into a String and returns the String.
fileToString(String) - Static method in class prog.utils.StringUtils
Reads the file into a String and returns the String.
firstInCat - Variable in class CatLink
The picLink selected as the first in this category.
firstInCat - Variable in class GUI
The list of pictures in the category selected in catList, where the picture that started the category is highlighted upon selection in catList.
firstSPane - Variable in class GUI
The scrollpane for firstInCat.
flagCatForHtmlUpdate(CatLink) - Static method in class PageMaker
Flags the category HTML page for update.
flagPicForHtmlUpdate(PicLink) - Static method in class PageMaker
Flags the picture HTML page for update.
flushKeywordsUpChain() - Method in class CatLink
Nullifies Link.keywords for this catLink and its ancestors, forcing keywords to be regenerated for same upon HTML creation.
format(String) - Method in class prog.utils.HTMLWordWrap
Inserts line breaks and
in str so that there are no morecharacters per line than the default (80) or the than the line length set via constructor.
format(String, int) - Method in interface prog.utils.TextFormatter
 
format(String, int) - Method in class prog.utils.HTMLWordWrap
Inserts line breaks and
in str so that there are no more characters per line than lineLength.
format(String, int) - Method in class prog.utils.WordWrap
Converts a long String into a multi-line String that fits within a specified column width.
formCellContents() - Method in class CatLink
Returns a collection of HTML expressions that can be inserted into an HTML table.
formCellContents() - Method in class CatRecAdd
Builds table cell contents that display link text and picture date but no thumbnail.
French - class French.
The methods of this class return values unique to the French language.
French() - Constructor for class French
 
fromFilesToRelationships() - Static method in class PMDB
Loads the pictures and categories from file and builds relationships.
fromTabsToPicLink(String) - Static method in class PicLink
Converts a tab-separated format of picture information to a picLink and returns the jpg filename of the picture.
fullCaption - Variable in class CatLink
The full record of the category and its ancestors.

G

German - class German.
The methods of this class return values unique to the German language.
German() - Constructor for class German
 
getBlurb() - Method in class CatLink
Returns the descriptive statement for this category in the current language and returns null if there is none.
getCatLink(String) - Static method in class CatLink
Retrieves an existing CatLink or creates a new one.
getCatLink(String, boolean) - Static method in class CatLink
Retrieves an existing CatLink or creates a new one.
getCatLinksSubset() - Static method in class CatLink
Returns a vector containing all CatLinks.
getCatLinksSubset(boolean) - Static method in class CatLink
Returns a vector containing all CatLinks except for those starting with expressions found in PMDB.capRetrieverExclusionList.
getClass(String) - Static method in class PMDB
 
getClones() - Method in class CatLink
Returns clones of the original category where each has a portion of the pics found in the category.
getCount() - Method in class CatLink
Returns an expression containing the number of links in this category.
getCredits(PicLink) - Method in class English
Returns an expression representing thanks to the subject(s) and contributor.
getCredits(PicLink) - Method in class French
Returns an expression representing thanks to the subject(s) and contributor.
getCredits(PicLink) - Method in class German
Returns an expression representing thanks to the subject(s) and contributor.
getCredits(PicLink) - Method in class LanguageHandler
Returns an expression representing thanks to the subject(s) and contributor appropriate for this language.
getCredits(PicLink) - Method in class Spanish
Returns an expression representing thanks to the subject(s) and contributor, appropriate for this language.
getFilename(String) - Method in class PhNonStd
Returns a version of the filename appropriate for the current language.
getFullCaptions() - Static method in class CatLink
Returns a vector containing the fullCaptions of all CatLinks.
getFullCaptions(boolean) - Static method in class CatLink
Returns a vector containing the fullcaps of all CatLinks except for those starting with expressions found in PMDB.capRetrieverExclusionList.
getHasPicsCatLinksSubset() - Static method in class CatLink
Returns a vector containing all CatLinks that have pictures.
getHasPicsFullCaptions() - Static method in class CatLink
Returns a vector containing the fullCaptions of only those CatLinks that have pictures.
getHref() - Method in class CatLink
Used by toHref(boolean, boolean) to build the linked-caption portion of the expression.
getHref() - Method in class CatLinkPhoons
Returns the text of the link to the category.
getHtmlBaseName(PicLink) - Method in class CatDate
Forces a single page name.
getHtmlBaseName(PicLink) - Method in class CatLink
Provides the appropriate href filename, depending on whether this is a clone or not.
getIconEditorsPick() - Method in class Link
Returns the HTML expression that has the visible word NEW!
getIconFirstInCat() - Method in class Link
Returns the HTML expression that has the visible word NEW!
getIconNew() - Method in class Link
Returns the HTML expression that has the visible word NEW!
getIcons() - Method in class CatLink
Returns the HTML expression for displaying icons appropriate for this catLink.
getIcons(CatLink) - Method in class PicLink
Returns icons appropriate for the PicLink, such as NEW.
getInput() - Method in class prog.utils.InputAndPreview
Retrieves the text from the input field.
getKeywords() - Method in class CatLink
Establishes the keywords of a catLink and all catLinks beneath it, working from the bottom up via recursion.
getKeywords() - Method in class PicLink
Determines and returns the keywords appropriate for this picture's web page.
getLanguage(String) - Method in class CatLink
Returns the name of the language as locals know it.
getLinksToCategories() - Method in class PicLink
Returns an HTML expression representing links to the category web pages that this picture is in.
getListIn() - Method in class prog.utils.InOutList
Returns the elements of the lefthand list.
getMovedObject() - Method in class prog.utils.InOutList
Returns the object that was moved from one column to the other.
getPageLinkHeading(int) - Method in class CatCapt
Supply heading text based on the captions (for example An-Br instead of Page 1).
getPageLinkHeading(int) - Method in class CatLink
Returns an appropriate heading for the page number and current language (for example, "Page 1").
getPageLinkLinks(int) - Method in class CatCapt
Supplies links based on the captions (for example An-Br instead of Page 1).
getPageLinkLinks(int) - Method in class CatLink
Returns an appropriate heading for the page number and current language (for example, "Page 1").
getPathToHtmlOutput() - Method in class French
 
getPathToHtmlOutput() - Method in class German
 
getPathToHtmlOutput() - Method in class LanguageHandler
Provides path information unique to this language.
getPathToHtmlOutput() - Method in class Spanish
 
getPathToImages() - Method in class French
 
getPathToImages() - Method in class German
 
getPathToImages() - Method in class LanguageHandler
Provides path information unique to this language.
getPathToImages() - Method in class Spanish
 
getPathToIndexFromRoot() - Method in class French
 
getPathToIndexFromRoot() - Method in class German
 
getPathToIndexFromRoot() - Method in class LanguageHandler
Provides path information unique to this language.
getPathToIndexFromRoot() - Method in class Spanish
 
getPathToRoot() - Method in class French
 
getPathToRoot() - Method in class German
 
getPathToRoot() - Method in class LanguageHandler
Provides path information unique to this language.
getPathToRoot() - Method in class Spanish
 
getPoints() - Method in class PicLink
Returns the number of points awarded to this picture.
getPrintWriter() - Static method in class prog.utils.Debug
Returns a PrintWriter, useful for saving exception stack trace to filename.
getSelectedValue() - Method in class prog.utils.InOutList
Returns the item that was selected (whether moved or not).
getStrippedTitle(String) - Static method in class prog.utils.TitleSorter
 
getTable() - Method in class CatLink
Returns an HTML table whose form depends on whether the category is a collection of pictures or subcategories.
GUI - class GUI.
This class represents the graphical interface for adding, removing and changing pictures, categories and their details, and for generating the web pages affected by such changes.
GUI() - Constructor for class GUI
 
GUIListener - class GUIListener.
This class listens for and responds to changes in the GUI.
GUIListener(GUI) - Constructor for class GUIListener
Creates a listener associated with the main GUI.

H

hasEdPickPics() - Method in class CatLink
Returns whether this category has any Editor's Picks.
hasEdPickPics() - Method in class CatLinkPhoons
Returns true if the category has Editor's Picks.
hasPics() - Method in class CatLink
Returns true if this category has pictures and false if it has subcategories.
hasPicsCatLinksSubset - Variable in class GUIListener
 
hasPicsCatLinksSubsetCaptions - Variable in class GUIListener
 
hasRecAddPics() - Method in class CatAll
Prevents the web page from showing the New icon.
hasRecAddPics() - Method in class CatLink
Returns true if the catLink has a recent addition among its pictures or its subcats' pictures.
hasRecAddPics() - Method in class CatRecAdd
Prevents the web page from showing the New icon.
HORIZ - Static variable in class prog.utils.HTMLTable
A variable representing placement.
htmlBaseName - Variable in class Link
The basename of the corresponding web page (no .html).
HTMLTable - class prog.utils.HTMLTable.
This class enables the creation of an HTML table.
HTMLTable() - Constructor for class prog.utils.HTMLTable
Prepares for generating a table with 0 indent size.
HTMLTable(int) - Constructor for class prog.utils.HTMLTable
Prepares for generating a table with specified indent size.
HTMLWordWrap - class prog.utils.HTMLWordWrap.
Like WordWrap, this converts a long String into a multi-line String that fits within a specified line length (or default of 80 characters per line).
HTMLWordWrap() - Constructor for class prog.utils.HTMLWordWrap
Sets the column width to 80.
HTMLWordWrap(int) - Constructor for class prog.utils.HTMLWordWrap
Sets the maximum number of characters in a line to lineLength.
hww - Static variable in class PMDB
A text formatter for word wraps.

I

IgnoreCaseSorter - class prog.utils.IgnoreCaseSorter.
This Comparator for Strings ignores case.
IgnoreCaseSorter() - Constructor for class prog.utils.IgnoreCaseSorter
 
inCatsList - Variable in class GUI
The InOutList that identifies which categories the picture is in.
indent(String, int) - Static method in class prog.utils.StringUtils
Returns a String padded with 'numSpaces' space characters at its start.
indentSize - Variable in class prog.utils.HTMLTable
How much to indent the table tags in the raw HTML file.
indexLink - Static variable in class PMDB
The main index page.
init() - Method in class GUI
Prepares the elements of the applet.
init(PicLink) - Method in class LanguageHandler
 
InOutList - class prog.utils.InOutList.
An InOutList is a combination of two lists.
InOutList() - Constructor for class prog.utils.InOutList
 
InOutMoveListener - interface prog.utils.InOutMoveListener.
Classes that implement this interface respond to items being moved from one column to another in an InOutList.
input - Variable in class prog.utils.InputAndPreview
The text field for editing the input text.
InputAndPreview - class prog.utils.InputAndPreview.
An InputAndPreview has a text field and a text area.
InputAndPreview() - Constructor for class prog.utils.InputAndPreview
Creates an empty component with no title.
InputAndPreview(String) - Constructor for class prog.utils.InputAndPreview
Creates an empty component and sets the title in the border.
inputChanged(EventObject) - Method in class GUIListener
Implements InputListener.
isAFirstInCat() - Method in class PicLink
Reports whether this picLink was the first to appear in any category.
isAnEditorsPick() - Method in class PicLink
Reports whether this picLink is an Editor's Pick in any category.
isEditorsPickForCatPage(PicLink) - Method in class CatLink
Returns whether the picLink is an editor's pick in this category.
isEditorsPickForCatPage(PicLink) - Method in class CatRecAdd
Allows link to picture on Recent Additions page to show Editor's Pick icon if picture is an editor's pick any category.
isEditorsPickForPicPage(PicLink) - Method in class CatCapt
Return true if the picLink is an Editor's Pick in any category.
isEditorsPickForPicPage(PicLink) - Method in class CatDate
Returns true if the picLink is an Editor's Pick in *any* category.
isEditorsPickForPicPage(PicLink) - Method in class CatLink
Returns whether the picLink is an editor's pick in this category.
isEditorsPickForPicPage(PicLink) - Method in class CatLinkPhoons
Reports whether the picture is an editor's pick on this web page.
isEditorsPickForPicPage(PicLink) - Method in class CatRecAdd
Prevents link to Recent Additions page on picture page from showing Editor's Pick icon.
isEdPickCB - Variable in class GUI
The checkbox to note whether the current picture is an Editor's Pick of the selected category in the In column of inCatsList.
isFirstInCat(PicLink) - Method in class CatDate
Returns true if the picLink is a firstInCat in *any* category.
isFirstInCat(PicLink) - Method in class CatLink
Returns whether the picLink started this category.
isFirstInCat(PicLink) - Method in class CatRecAdd
Returns true if the picLink is a firstInCat in any category.
isMulti() - Method in class CatDate
Forces the page count to be 1 (preventing the page from being split even if long).
isMulti() - Method in class CatLink
Returns true if this CatLink has more pictures than could fit on a single page.
isMulti() - Method in class CatRecAdd
Forces the page count to 1 so that it shows all pictures on one page.
isOn() - Static method in class prog.utils.Debug
Returns whether debug has been turned on.
isRecentAddition() - Method in class PicLink
Reports whether the picture is a recent addition.
itemIn(EventObject) - Method in class GUIListener
Implements InOutListener.
itemIn(EventObject) - Method in interface prog.utils.InOutMoveListener
Implement this method to respond to an item being moved to the lefthand column.
itemOut(EventObject) - Method in class GUIListener
Implements InOutListener.
itemOut(EventObject) - Method in interface prog.utils.InOutMoveListener
Implement this method to respond to an item being moved to the righthand column.

J

jd2 - class jd2.
 
jd2() - Constructor for class jd2
 

K

KeyList - class prog.utils.KeyList.
This subclass of JList also listens for keystrokes.
KeyList(Vector) - Constructor for class prog.utils.KeyList
Initializes the list with the objects in listData.
keyPressed(KeyEvent) - Method in class prog.utils.KeyList
 
keyReleased(KeyEvent) - Method in class prog.utils.KeyList
 
keyTyped(KeyEvent) - Method in class prog.utils.KeyList
Responds to a key press by selecting the next list entry beginning with that character, where "next" is determined by the current setting of setIgnoreArticles(boolean).
keywords - Variable in class Link
HTML keywords appropriate for a web page representing this CatLink.

L

langHandler - Static variable in class PMDB
The handler corresponding to curLang.
langHandlers - Static variable in class PMDB
The collection of available LangHandlers.
langs - Static variable in class PMDB
All languages for which the web pages can be generated (for example, "en", "de").
langsToProcess - Static variable in class PMDB
All languages to which the web pages are to be generated (for example, "de").
LanguageHandler - class LanguageHandler.
This is the base class that provides specifics for the various languages, such as how to express thanks to the subjects and contributors and what path to use when generating HTML for that language.
LanguageHandler() - Constructor for class LanguageHandler
 
LanguageHandler(String, String, String) - Constructor for class LanguageHandler
Establishes how to refer to "me" in different places in a sentence and how to say "and".
lcap - Variable in class GUI
The textfield for the caption of the new category.
LEFT - Static variable in class prog.utils.HTMLTable
A variable representing placement.
lineend - Static variable in class Link
A convenience variable.
lineend - Variable in class PhNonStd
A convenience variable.
lineend - Static variable in class prog.utils.StringUtils
A convenience variable.
lineendToN(String) - Static method in class prog.utils.StringUtils
Returns a copy of the input String where all occurrences of System.getProperty("line.separator") have been replaced with "\n".
Link - class Link.
A Link object is a generic visual element of a web page to which an HREF can be made.
Link() - Constructor for class Link
 
links - Variable in class CatLink
The links within this CatLink (either PicLinks or CatLinks).
LinkTitleSorter - class LinkTitleSorter.
This Comparator compares captions via TitleSorter.
LinkTitleSorter() - Constructor for class LinkTitleSorter
 
ListUtils - class prog.utils.ListUtils.
This class provides a set of static methods for tasks related to Vectors.
ListUtils() - Constructor for class prog.utils.ListUtils
 
loadTranslationFile(String, String) - Static method in class PMDB
Loads translation data from the file into a Properties table and stores the table in transTables via propsKey.
lookupNames - Static variable in class prog.utils.WebPage
Information about names taken so far.

M

main(String[]) - Static method in class CatLinkTitleSorter
 
main(String[]) - Static method in class English
 
main(String[]) - Static method in class French
 
main(String[]) - Static method in class German
 
main(String[]) - Static method in class GUI
 
main(String[]) - Static method in class GUIListener
 
main(String[]) - Static method in class jd2
 
main(String[]) - Static method in class LanguageHandler
 
main(String[]) - Static method in class LinkTitleSorter
A tester.
main(String[]) - Static method in class Phoons
Creates web pages based on the supplied args.
main(String[]) - Static method in class Spanish
 
main(String[]) - Static method in class prog.utils.InOutList
 
main(String[]) - Static method in class prog.utils.InputAndPreview
 
main(String[]) - Static method in class prog.utils.ListUtils
 
main(String[]) - Static method in class prog.utils.MyDate
 
main(String[]) - Static method in class prog.utils.StringUtils
 
main(String[]) - Static method in class prog.utils.HTMLTable
 
main(String[]) - Static method in class prog.utils.HTMLWordWrap
 
main(String[]) - Static method in class prog.utils.WebPage
 
main(String[]) - Static method in class prog.utils.WordWrap
 
makeHTML(String) - Method in class prog.utils.WebPage
Returns a String containing the HTML expressions for the entire web page, saving it in the file named via setFilename() or the constructor.
makeSortCapt - Variable in class ProcessOptions
Whether the Sorted by Caption pages should be generated.
makeTable(Vector, int, int) - Method in class prog.utils.HTMLTable
Returns a String expression representing an HTML table with fixed number of columns whose cells are filled with the String values supplied in cellStrs.
makeTable(Vector, int, int, int, int) - Method in class prog.utils.HTMLTable
Returns an HTML table (see makeTable(Vector, int, int).
maxPicsPerPage - Static variable in class PMDB
The maximum number of thumbnail pics allowed per page before dividing the pics among multiple pages.
me - Variable in class LanguageHandler
 
month - Variable in class prog.utils.MyDate
The month, such as Oct and Mar.
monthInt - Variable in class prog.utils.MyDate
The numerical month of the year, such as 2.
monthNum - Variable in class prog.utils.MyDate
The 0-padded month number, such as 03, 10, and 11.
monthsAgo(int) - Method in class prog.utils.MyDate
Returns the 0-padded month number of the month that is 'ago' months before the month of this MyDate.
mouseClicked(MouseEvent) - Method in class prog.utils.InOutList
Responds to single and double clicks in either column.
mouseEntered(MouseEvent) - Method in class prog.utils.InOutList
 
mouseExited(MouseEvent) - Method in class prog.utils.InOutList
 
mousePressed(MouseEvent) - Method in class prog.utils.InOutList
 
mouseReleased(MouseEvent) - Method in class prog.utils.InOutList
 
MyDate - class prog.utils.MyDate.
This wrapper class for Calendar provides various date-related utilities.
MyDate() - Constructor for class prog.utils.MyDate
Initializes the Calendar of this object to today.
MyDate(Calendar) - Constructor for class prog.utils.MyDate
Initializes the Calendar of this object to cal.
myDateToString(MyDate) - Static method in class PicLink
Converts MyDate object to yyyy/mm/dd format.

N

newCat - Variable in class GUI
The button for creating a new category.
newPic - Variable in class GUI
The button for creating a new category.
newPic(String, boolean) - Static method in class PicLink
Attempts to create a new picture in the database, returning false if the name is already being used.
nonStdCatLinkClasses - Static variable in class PMDB
The Classes of all CatLink subclasses that are different from defaultCatLinkClass.
notInOtherList(Vector, Vector) - Static method in class prog.utils.ListUtils
Returns the list of objects in vector thisVect that are not in vector otherVect.

O

oddLink(PicLink) - Method in class LanguageHandler
Returns the unusual link to the contributor when the contributor is the same as the subject.
off() - Static method in class prog.utils.Debug
Stops Debug.println() statements from writing to file or stdout.
on() - Static method in class prog.utils.Debug
Allows Debug.println() statements to write to file or stdout.
original - Variable in class CatLink
A reference only used by clones of the original.

P

PageMaker - class PageMaker.
This class provides the mechanisms for generating web pages for selected pictures and categories.
PageMaker() - Constructor for class PageMaker
Loads data via PMDB.fromFilesToRelationships().
parent - Variable in class CatLink
The category containing this category.
parentCatList - Variable in class GUI
The list of categories, where the highlighted category is the parent of the category selected in catList.
parentSPane - Variable in class GUI
The scrollpane for parentCatList.
PhLegend - class PhLegend.
This class represents the Legend web page.
PhLegend() - Constructor for class PhLegend
 
PhNonStd - class PhNonStd.
This is the base class for all Phoons web pages that are neither category (CatLink) nor picture (PicLink)pages.
PhNonStd() - Constructor for class PhNonStd
 
Phoons - class Phoons.
About the Phoons program
Phoons() - Constructor for class Phoons
Loads files and images unique to the Phoons web pages.
PhPhoonStore - class PhPhoonStore.
This class represents the Phoon Store web page.
PhPhoonStore() - Constructor for class PhPhoonStore
 
PhQuestions - class PhQuestions.
This class represents the Common Questions web page.
PhQuestions() - Constructor for class PhQuestions
 
picDisableList - Variable in class GUI
The components to disable when a new pic is started.
PicLink - class PicLink.
A PicLink object represents a picture.
PicLink() - Constructor for class PicLink
 
picLinksHT - Static variable in class PMDB
All of the PicLinks.
PicLinkSortByDate - class PicLinkSortByDate.
This Comparator compares PicLinks first by date, then by filename.
PicLinkSortByDate() - Constructor for class PicLinkSortByDate
 
picLinksToFile(String) - Static method in class PMDB
Converts all PicLinks to Strings and writes them to file.
picList - Variable in class GUI
The list of pictures.
piclistVector - Variable in class GUIListener
 
picNames - Static variable in class PMDB
The selected picture filenames for which web pages are to be generated.
picSPane - Variable in class GUI
The scrollpane for picList.
picStory - Variable in class GUI
The InputAndPreview for editing the story of the picture.
pm - Variable in class Phoons
The object that generates web pages.
PMDB - class PMDB.
This class represents the settings for the use of PageMaker.
PMDB() - Constructor for class PMDB
 
PMDBDebug - class PMDBDebug.
This class provides various methods that can be used in debugging the use of the Phoons program.
PMDBDebug() - Constructor for class PMDBDebug
 
po - Static variable in class PMDB
Settings that determine how web pages are to be generated for this run.
prependMeta(String) - Method in class prog.utils.WebPage
Inserts the HTML expression contained in additionalMeta into the default META expression.
preview - Variable in class prog.utils.InputAndPreview
The text area for viewing the wrapped version of the text in input.
print(String) - Static method in class prog.utils.Debug
Writes s to file (in style of System.out.print(s)) if debug has been turned on (Debug.setDebug(true) or Debug.on()) and to stdout if display has been turned on (Debug.setDisplay(true)).
println() - Static method in class prog.utils.Debug
Writes a newline.
println(boolean) - Static method in class prog.utils.Debug
Writes a boolean.
println(byte) - Static method in class prog.utils.Debug
Writes a byte.
println(char) - Static method in class prog.utils.Debug
Writes a char.
println(double) - Static method in class prog.utils.Debug
Writes a double.
println(Exception) - Static method in class prog.utils.Debug
Writes the stack trace of e to filename.
println(float) - Static method in class prog.utils.Debug
Writes a float.
println(int) - Static method in class prog.utils.Debug
Writes an int.
println(String) - Static method in class prog.utils.Debug
Writes s to file (in style of System.out.println(s)) if debug has been turned on (Debug.setDebug(true) or Debug.on()) and to stdout if display has been turned on (Debug.setDisplay(true)).
priorYear - Variable in class prog.utils.MyDate
The year before the year of this MyDate, such as 1985.
process(String) - Method in class prog.utils.InputAndPreview
Puts newInput into the input text field and puts the wrapped version of it into the preview text area.
ProcessOptions - class ProcessOptions.
This class contains settings which determine how web pages are to be generated for a given run.
ProcessOptions() - Constructor for class ProcessOptions
 

Q

queryBaseName(String) - Static method in class prog.utils.WebPage
Determines what the basename would be for the HTML file without registering it.

R

RECADDSTR - Static variable in class PMDB
The titles of the special category pages.
refresh() - Method in class prog.utils.InOutList
Redisplays the lists.
removeActionListener(Object) - Method in class prog.utils.InputAndPreview
Deregisters the object as a listener for changes to the input text field.
removeEditorsPick(PicLink) - Method in class CatLink
Removes this picture from the category's collection of Editor's Picks.
removeFromCategory(String) - Method in class PicLink
Removes the picture from the specified category (for example, "Countries:Spain") and flags appropriate web pages for update.
removeListSelectionListener(Object) - Method in class prog.utils.InOutList
Deregisters an object as a listener for a selection of an item in either column.
removeMoveListener(Object) - Method in class prog.utils.InOutList
Deregisters an object as a listener for a move of an item from one column to another.
replaceText(String, String, String) - Static method in class prog.utils.StringUtils
Returns a copy of inStr where all occurrences of 'before' have been replaced with 'after'.
RIGHT - Static variable in class prog.utils.HTMLTable
A variable representing placement.

S

setBkgdImage(String) - Static method in class prog.utils.WebPage
Sets the image to be used for the background in the <BODY> expression.
setCellPadSpace(int, int) - Method in class prog.utils.HTMLTable
Changes the default cell padding and spacing of 2 to cellPadding and cellSpacing.
setColParams(int, int, int, int) - Method in class prog.utils.HTMLTable
Establishes horizontal and vertical alignment of all cells in a given column.
setColWidth(int) - Method in class prog.utils.InputAndPreview
Sets the maximum number of characters per line for word wrap in the preview text area.
setDebug(boolean) - Static method in class prog.utils.Debug
Sets whether Debug.println() statements can write to file or stdout.
setDefaultCatLinkClass(String) - Static method in class PMDB
Establishes the Class which is to be the defaultCatLinkClass.
setDisplay(boolean) - Static method in class prog.utils.Debug
Sets whether Debug.println() statements can write to stdout.
setFilename(String) - Static method in class prog.utils.Debug
Specifies the filename to use for writing.
setFilename(String) - Method in class prog.utils.WebPage
Sets the filename for the HTML file.
setHeadings(String, String) - Method in class prog.utils.InOutList
Sets the headings of the columns.
setIgnoreArticles(boolean) - Method in class prog.utils.KeyList
Sets whether initial articles are to be ignored when a key press moves the selection to the next list item with matching first character.
setInTotal(Vector, Vector) - Method in class prog.utils.InOutList
Sets the lefthand list to contain the elements of inList and sets the righthand list to contain the elements resulting from totalList minus inList.
setKeywords(String) - Method in class prog.utils.WebPage
Inserts the keywords into the META tag expression for keywords.
setLangs(String[]) - Static method in class PMDB
Establishes what languages are available.
setLangsToProcess(String[]) - Static method in class PMDB
Establishes the languages nto which the web pages are to be generated.
setLineLength(int) - Method in class prog.utils.HTMLWordWrap
Sets the line length for word wrap.
setListIn(Vector) - Method in class prog.utils.InOutList
Sets the lefthand list to contain the elements of newList.
setListOut(Vector) - Method in class prog.utils.InOutList
Sets the righthand list to contain the elements of newList.
setNonStdCatLinkClasses(Hashtable) - Static method in class PMDB
Establishes which Class objects are associated with which category names.
setPicListEntries(int) - Method in class GUIListener
Gets a list of picLink filenames (returned in Vector) and maps them to PicLinks for use in valueChanged(ListSelectionEvent).
setPreferredSize(Dimension) - Method in class prog.utils.InOutList
Sets the desired dimensions of the InOutList.
setPreferredSize(Dimension) - Method in class prog.utils.InputAndPreview
Sets the component's preferred size to newSize.
setPreloadImages(Vector) - Method in class prog.utils.WebPage
Builds an expression that appears in the <BODY> statement.
setWebPageClass(String) - Static method in class PMDB
Establishes the Class which is to be the defaultCatLinkClass.
Spanish - class Spanish.
The methods of this class return values unique to the Spanish language.
Spanish() - Constructor for class Spanish
 
start - Static variable in class GUI
For debug/timing purposes.
stop - Static variable in class GUI
For debug/timing purposes.
storiesHT - Static variable in class PMDB
All available stories.
storiesToFile(String) - Static method in class PMDB
Writes all picLink filenames and their stories to file.
stringToArray(String) - Static method in class prog.utils.StringUtils
Returns an array of Strings, where each is a portion of the input String up to but not including whatever line endings are present (for example, \n or \r\n).
stringToFile(String, File) - Static method in class prog.utils.StringUtils
Writes textToWrite to file without appending.
stringToFile(String, File, boolean) - Static method in class prog.utils.StringUtils
Writes textToWrite to file, where 'append' specifies whether to append to any prior text in the file or rewrite the file.
stringToFile(String, String) - Static method in class prog.utils.StringUtils
Writes textToWrite to file without appending.
stringToFile(String, String, boolean) - Static method in class prog.utils.StringUtils
Writes textToWrite to file, where 'append' specifies whether to append to any prior text in the file or rewrite the file.
stringToMyDate(String) - Static method in class PicLink
Converts yyyy/mm/dd string to MyDate object.
StringUtils - class prog.utils.StringUtils.
This class provides static utilities related to Strings and files.
StringUtils() - Constructor for class prog.utils.StringUtils
 
stripHTML(String) - Static method in class prog.utils.StringUtils
Removes the HTML tags from the input string after replacing <p> and <br> with System.getProperty("line.separator").
subcatColWidth - Variable in class CatLink
The width of the table columns.
subjects - Variable in class PicLink
The person(s) who participated in the photo.
subjectsToHtmlLinks() - Method in class PicLink
Returns an HTML expression representing the names of the subjects as links to their category web pages.
subjectsToNames() - Method in class PicLink
Extracts individual names from single subject string, returning as separate String in a vector.
subs - Variable in class LanguageHandler
 

T

tabber - Variable in class GUI
The tabbed pane.
tableBorder - Variable in class prog.utils.HTMLTable
The size of the table border.
testCredits() - Method in class LanguageHandler
A routine for testing getCredits in the language subclass.
TextFormatter - interface prog.utils.TextFormatter.
 
tfCaption - Variable in class GUI
The text field for picture caption.
tfCatCaption - Variable in class GUI
The text field for picture caption.
tfContributor - Variable in class GUI
The text field for picture contributor.
tfDate - Variable in class GUI
The text field for picture date.
tfJpgName - Variable in class GUI
The text field for picture name.
tfSubjects - Variable in class GUI
The text field for picture subjects.
time - Variable in class prog.utils.MyDate
The military time, such as 15:34:23.
timestamp - Variable in class prog.utils.MyDate
The date in timestamp form, such as Sat Oct 20 17:32:52 PDT 2001.
TitleSorter - class prog.utils.TitleSorter.
This Comparator compares Strings by title.
TitleSorter() - Constructor for class prog.utils.TitleSorter
 
toBaseName(String) - Static method in class prog.utils.WebPage
Converts the input phrase into a lowercase expression suitable for use as the base or beginning portion of an HTML filename.
toFile - Variable in class GUI
The button for writing any changes to file.
toFileAndHtml - Variable in class GUI
The button for writing any changes to file and generating the web pages affected by those changes.
toFilename(String) - Static method in class prog.utils.WebPage
Converts the input phrase into an HTML filename, using toBaseName(String) to form the base or beginning portion of the HTML filename from the input phrase.
toFullPicHtml() - Method in class PicLink
Returns an html expression for the image itself.
toHref(boolean, boolean) - Method in class CatLink
Builds and returns an HREF expression for this catLink, containing the basic HREF plus (optionally) the number of pictures in that category and icons for recent additions or editor's picks.
toHref(PicLink) - Method in class CatLink
Returns an href link to the catLink for use on the picLink page, showing icons appropriate for the picLink/catLink relationship, such as Editor's Pick.
toHrefAncestors() - Method in class CatLink
Returns an HTML expression representing links to all ancestors of this category.
toHrefThumbPic() - Method in class PicLink
Returns an HTML expression representing a linked thumbnail image.
toHtml - Variable in class GUI
The button for generating the web pages affected by those changes.
toHtml() - Method in class CatContrPhooner
Generates a web page style unique to contributors and subjects.
toHtml() - Method in class CatDate
Generates a web page in a unique date display format.
toHtml() - Method in class CatEdPicks
Generates a web page with wider table columns.
toHtml() - Method in class CatIndexPhoons
Generates the unique appearance of the main index page.
toHtml() - Method in class CatLink
Generates a web page for the catLink.
toHtml() - Method in class CatLinkPhoons
Generates HTML for all categories except children of Sorted by Contributor|Phooner that only have 1 picture.
toHtml() - Method in class CatRecAdd
Generates a web page that presents the pictures in order of date.
toHtml() - Method in class GUIListener
Generates HTML for all items that have flagged as changed.
toHtml() - Method in class Link
Turns the item into an html file.
toHtml() - Method in class PhLegend
Generates the Legend web page.
toHtml() - Method in class PhPhoonStore
Generates the Phoon Store web page.
toHtml() - Method in class PhQuestions
Generates the Common Questions web page.
toHtml() - Method in class PicLink
Generates a web page for the picture.
toHtml(int) - Method in class CatLink
Generates the HTML for a selected clone of the catLink (a portion of the collection of pictures in the category).
toLineend(String) - Static method in class prog.utils.StringUtils
Replaces all occurrences of line ending (for example \n or \r\n) with System.getProperty("line.separator").
toMe - Variable in class LanguageHandler
 
TOP - Static variable in class prog.utils.HTMLTable
A variable representing placement.
toPiclistFormat() - Method in class PicLink
Returns a String representation of the picLink in the format seen in piclist.txt.
toString() - Method in class CatLink
Returns a String representation of the catLink.
toString() - Method in class PicLink
Returns a String representation of the picLink.
toString() - Method in class prog.utils.MyDate
Prints the values of the variables of the MyDate instance.
toUniqueKeywords(String) - Static method in class Link
Returns a String containing one occurrence of each keyword found in inKeywords.
translate(Properties, String) - Static method in class PMDB
Returns the translated phrase for the specified lookup phrase appropriate for the current language and the specified translation table.
translate(String) - Method in class PhNonStd
Uses a translation table unique to the subclass of phNonStd to provide text in the current language for the given lookup String.
translateContributor(String, String) - Static method in class PicLink
Translates the contributor name, if needed (for example, if the contributor is "same", returns the name of the subject).
translateDescr(String) - Method in class CatLink
Retrieves the full translated expression for the English lookup phrase (or the English if no translation is found).
translateFilename(String) - Method in class CatLink
Returns the filename unique to the current language.
translateFilename(String) - Method in class PhNonStd
Returns a version of the filename appropriate for the current language.
translateHtmlBaseName(int) - Method in class CatLink
Returns the filename unique to the current language and specified page.
translateSubject(String) - Static method in class PicLink
Translates the subject name, if needed (for example, if the subject is "me", returns "John").
translateTitle(String) - Method in class CatLink
Retrieves the full translated expression for the English lookup phrase (or the English if no translation is found).
transTable - Variable in class PhNonStd
 
transTables - Static variable in class PMDB
The available translation tables.

U

uniqueToLists(Vector, Vector) - Static method in class prog.utils.ListUtils
Returns the combined list of objects that are unique to the two input vectors.

V

valueChanged(ListSelectionEvent) - Method in class GUIListener
Implements ListSelectionListener.
VERT - Static variable in class prog.utils.HTMLTable
A variable representing placement.

W

WebPage - class prog.utils.WebPage.
A WebPage object enables the setting of filename, heading, keywords, background image and guts of a web page and generates a String containing the HTML tags for a completed web page.
WebPage(String, String) - Constructor for class prog.utils.WebPage
Sets the title and filename of the web page.
webPageClass - Static variable in class PMDB
The subclass of WebPage to be used for these web pages.
WebPagePhoons - class WebPagePhoons.
This subclass of WebPage sets the META tags to include a value unique to the Phoons web pages.
WebPagePhoons(String, String) - Constructor for class WebPagePhoons
Sets the title, filename and META tag of the web page.
weedOutBadChars(String) - Static method in class prog.utils.StringUtils
Returns a String without these symbols:
windowActivated(WindowEvent) - Method in class GUIListener
 
windowClosed(WindowEvent) - Method in class GUIListener
 
windowClosing(WindowEvent) - Method in class GUIListener
Implements WindowListener to wrap things up before exiting (writing data to file and generating HTML for any pages that need it).
windowDeactivated(WindowEvent) - Method in class GUIListener
 
windowDeiconified(WindowEvent) - Method in class GUIListener
 
windowIconified(WindowEvent) - Method in class GUIListener
 
windowOpened(WindowEvent) - Method in class GUIListener
 
WordWrap - class prog.utils.WordWrap.
The format() method of this class converts a long String into a multi-line String whose pieces are less than or equal to the specified line length.
WordWrap() - Constructor for class prog.utils.WordWrap
 

Y

year - Variable in class prog.utils.MyDate
The year, such as 1986.
yearInt - Variable in class prog.utils.MyDate
The four-digit year number, such as 1987.
yymmdd - Variable in class prog.utils.MyDate
The date in yymmdd form, such as 010205 for 2001 Feb 5.
yyyymmdd - Variable in class prog.utils.MyDate
The date in yyyymmdd form, such as 20010205 for 2001 Feb 5.

Z

zone - Variable in class prog.utils.MyDate
The timezone, such as PST.

A B C D E F G H I J K L M N O P Q R S T U V W Y Z