Class CatIndexPhoons

java.lang.Object
  |
  +--Link
        |
        +--CatLink
              |
              +--CatIndex
                    |
                    +--CatIndexPhoons
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Comparable

public class CatIndexPhoons
extends CatIndex

Special handling for the main page, index.html (which is also a category) for the Phoons.com site. See CatLink.

Author:
John E. Darrow (c) 2000, 2001

Fields inherited from class CatLink
clones, curCatDescr, curCatTitles, editorsPicks, firstInCat, fullCaption, links, original, parent, subcatColWidth
 
Fields inherited from class Link
caption, filename, htmlBaseName, keywords, lineend
 
Constructor Summary
CatIndexPhoons()
          Establishes the caption of the top-level web page.
 
Method Summary
 void toHtml()
          Generates the unique appearance of the main index page.
 
Methods inherited from class CatLink
addEditorsPick, addFirstInCat, allowsEdPickIconOnCatPage, allowsGrandkidLinks, allowsRecAddIconOnPage, allowsTranslation, changeFirstInCat, clone, deleteCategory, flushKeywordsUpChain, formCellContents, getBlurb, getCatLink, getCatLink, getCatLinksSubset, getCatLinksSubset, getClones, getCount, getFullCaptions, getFullCaptions, getHasPicsCatLinksSubset, getHasPicsFullCaptions, getHref, getHtmlBaseName, getIcons, getKeywords, getLanguage, getPageLinkHeading, getPageLinkLinks, getTable, hasEdPickPics, hasPics, hasRecAddPics, isEditorsPickForCatPage, isEditorsPickForPicPage, isFirstInCat, isMulti, removeEditorsPick, toHref, toHref, toHrefAncestors, toHtml, toString, translateDescr, translateFilename, translateHtmlBaseName, translateTitle
 
Methods inherited from class Link
compareTo, getIconEditorsPick, getIconFirstInCat, getIconNew, toUniqueKeywords
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CatIndexPhoons

public CatIndexPhoons()
Establishes the caption of the top-level web page.
Method Detail

toHtml

public void toHtml()
Generates the unique appearance of the main index page.
Overrides:
toHtml in class CatLink