Class CatContrPhooner

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

public class CatContrPhooner
extends CatLinkPhoons

This class provides special handling for the "Sorted by Contributor" and "Sorted by Phooner" categories. 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
CatContrPhooner()
           
 
Method Summary
 boolean allowsEdPickIconOnCatPage()
          Allows display of the Editor's Pick icon on this page.
 void toHtml()
          Generates a web page style unique to contributors and subjects.
 
Methods inherited from class CatLinkPhoons
getHref, hasEdPickPics, isEditorsPickForPicPage
 
Methods inherited from class CatLink
addEditorsPick, addFirstInCat, allowsGrandkidLinks, allowsRecAddIconOnPage, allowsTranslation, changeFirstInCat, clone, deleteCategory, flushKeywordsUpChain, formCellContents, getBlurb, getCatLink, getCatLink, getCatLinksSubset, getCatLinksSubset, getClones, getCount, getFullCaptions, getFullCaptions, getHasPicsCatLinksSubset, getHasPicsFullCaptions, getHtmlBaseName, getIcons, getKeywords, getLanguage, getPageLinkHeading, getPageLinkLinks, getTable, hasPics, hasRecAddPics, isEditorsPickForCatPage, 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

CatContrPhooner

public CatContrPhooner()
Method Detail

toHtml

public void toHtml()
Generates a web page style unique to contributors and subjects.
Overrides:
toHtml in class CatLinkPhoons

allowsEdPickIconOnCatPage

public boolean allowsEdPickIconOnCatPage()
Allows display of the Editor's Pick icon on this page.
Overrides:
allowsEdPickIconOnCatPage in class CatLink