Class CatAll

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

public class CatAll
extends CatLinkPhoons

This class provides special handling for the "All Pictures" 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
CatAll()
           
 
Method Summary
 boolean allowsGrandkidLinks()
          Prevents the web page from showing more than one level of links.
 boolean allowsRecAddIconOnPage()
          Prevents the web page from showing the New icon.
 boolean hasRecAddPics()
          Prevents the web page from showing the New icon.
 
Methods inherited from class CatLinkPhoons
getHref, hasEdPickPics, isEditorsPickForPicPage, toHtml
 
Methods inherited from class CatLink
addEditorsPick, addFirstInCat, allowsEdPickIconOnCatPage, 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, 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

CatAll

public CatAll()
Method Detail

allowsRecAddIconOnPage

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

hasRecAddPics

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

allowsGrandkidLinks

public boolean allowsGrandkidLinks()
Prevents the web page from showing more than one level of links.
Overrides:
allowsGrandkidLinks in class CatLink