Package org.cyclops.cyclopscore.infobook
Class InfoBook
java.lang.Object
org.cyclops.cyclopscore.infobook.InfoBook
- All Implemented Interfaces:
IInfoBook
- Direct Known Subclasses:
InfoBookTest
Default implementation for an
IInfoBook.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSection(String sectionName, InfoSection section) protected booleanbooleanMap<String, org.apache.commons.lang3.tuple.Pair<InfoSection, Integer>> intorg.cyclops.cyclopscore.datastructure.EvictingStack<InfoSection.Location> getMod()intgetSection(String sectionName) inthashCode()voidputIndex(InfoSectionTagIndex tagIndex) voidsetConfigLinks(Map<String, org.apache.commons.lang3.tuple.Pair<InfoSection, Integer>> configLinks) voidsetCurrentPage(int currentPage) voidsetCurrentSection(InfoSection currentSection) voidsetTagIndex(InfoSectionTagIndex tagIndex) toString()
-
Constructor Details
-
InfoBook
-
-
Method Details
-
addSection
- Specified by:
addSectionin interfaceIInfoBook
-
getSection
- Specified by:
getSectionin interfaceIInfoBook
-
putIndex
-
getMod
-
getPagesPerView
public int getPagesPerView()- Specified by:
getPagesPerViewin interfaceIInfoBook
-
getBaseUrl
- Specified by:
getBaseUrlin interfaceIInfoBook
-
getHistory
- Specified by:
getHistoryin interfaceIInfoBook
-
getCurrentPage
public int getCurrentPage()- Specified by:
getCurrentPagein interfaceIInfoBook
-
getCurrentSection
- Specified by:
getCurrentSectionin interfaceIInfoBook
-
getTagIndex
- Specified by:
getTagIndexin interfaceIInfoBook
-
getConfigLinks
- Specified by:
getConfigLinksin interfaceIInfoBook
-
getSections
-
setCurrentPage
public void setCurrentPage(int currentPage) - Specified by:
setCurrentPagein interfaceIInfoBook
-
setCurrentSection
- Specified by:
setCurrentSectionin interfaceIInfoBook
-
setTagIndex
-
setConfigLinks
public void setConfigLinks(Map<String, org.apache.commons.lang3.tuple.Pair<InfoSection, Integer>> configLinks) - Specified by:
setConfigLinksin interfaceIInfoBook
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-