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) getSection(String sectionName) voidputIndex(InfoSectionTagIndex tagIndex) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.cyclops.cyclopscore.infobook.IInfoBook
getBaseUrl, getConfigLinks, getCurrentPage, getCurrentSection, getHistory, getMod, getPagesPerView, getTagIndex, setConfigLinks, setCurrentPage, setCurrentSection
-
Constructor Details
-
InfoBook
public InfoBook()
-
-
Method Details
-
addSection
- Specified by:
addSectionin interfaceIInfoBook
-
getSection
- Specified by:
getSectionin interfaceIInfoBook
-
putIndex
-