Class CatEdPicks

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

public class CatEdPicks
extends CatLinkPhoons

This class provides special handling for the "Editor's Picks" category. 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
CatEdPicks()
           
 
Method Summary
 boolean allowsRecAddIconOnPage()
          Prevents the web page from showing the New icon.
 void toHtml()
          Generates a web page with wider table columns.
 
Methods inherited from class CatLinkPhoons
getHref, hasEdPickPics, isEditorsPickForPicPage
 
Methods inherited from class CatLink
addEditorsPick, addFirstInCat, allowsEdPickIconOnCatPage, allowsGrandkidLinks, 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

CatEdPicks

public CatEdPicks()
Method Detail

toHtml

public void toHtml()
Generates a web page with wider table columns.
Overrides:
toHtml in class CatLinkPhoons

allowsRecAddIconOnPage

public boolean allowsRecAddIconOnPage()
Prevents the web page from showing the New icon.
Overrides:
allowsRecAddIconOnPage in class CatLink