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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addSection
(String sectionName, InfoSection section) getSection
(String sectionName) void
putIndex
(InfoSectionTagIndex tagIndex) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
addSection
in interfaceIInfoBook
-
getSection
- Specified by:
getSection
in interfaceIInfoBook
-
putIndex
-