Package nl.siegmann.epublib.viewer
Class TableOfContentsPane.TOCItem
- java.lang.Object
-
- nl.siegmann.epublib.viewer.TableOfContentsPane.TOCItem
-
- Enclosing class:
- TableOfContentsPane
private static class TableOfContentsPane.TOCItem extends java.lang.ObjectWrapper around a TOCReference that gives the TOCReference's title when toString() is called .createTableOfContentsTree
-
-
Field Summary
Fields Modifier and Type Field Description private TOCReferencetocReference
-
Constructor Summary
Constructors Constructor Description TOCItem(TOCReference tocReference)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TOCReferencegetTOCReference()java.lang.StringtoString()
-
-
-
Field Detail
-
tocReference
private TOCReference tocReference
-
-
Constructor Detail
-
TOCItem
public TOCItem(TOCReference tocReference)
-
-
Method Detail
-
getTOCReference
public TOCReference getTOCReference()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-