Class CatCapt

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

public class CatCapt
extends CatLinkPhoons

This class provides special handling for the "Sorted by Caption" 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
CatCapt()
           
 
Method Summary
 boolean allowsRecAddIconOnPage()
          Returns false to prevent page from showing New icon.
 java.lang.String getPageLinkHeading(int cloneNum)
          Supply heading text based on the captions (for example An-Br instead of Page 1).
 java.lang.String getPageLinkLinks(int cloneNum)
          Supplies links based on the captions (for example An-Br instead of Page 1).
 boolean isEditorsPickForPicPage(PicLink picLink)
          Return true if the picLink is an Editor's Pick in any category.
 
Methods inherited from class CatLinkPhoons
getHref, hasEdPickPics, toHtml
 
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, 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

CatCapt

public CatCapt()
Method Detail

getPageLinkHeading

public java.lang.String getPageLinkHeading(int cloneNum)
Supply heading text based on the captions (for example An-Br instead of Page 1).
Overrides:
getPageLinkHeading in class CatLink

getPageLinkLinks

public java.lang.String getPageLinkLinks(int cloneNum)
Supplies links based on the captions (for example An-Br instead of Page 1).
Overrides:
getPageLinkLinks in class CatLink

allowsRecAddIconOnPage

public boolean allowsRecAddIconOnPage()
Returns false to prevent page from showing New icon.
Overrides:
allowsRecAddIconOnPage in class CatLink

isEditorsPickForPicPage

public boolean isEditorsPickForPicPage(PicLink picLink)
Return true if the picLink is an Editor's Pick in any category.
Overrides:
isEditorsPickForPicPage in class CatLinkPhoons