|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.doxia.document.DocumentTOC
public class DocumentTOC
A Table Of Content for the document.
| Constructor Summary | |
|---|---|
DocumentTOC()
|
|
| Method Summary | |
|---|---|
void |
addItem(DocumentTOCItem documentTOCItem)
Method addItem. |
boolean |
equals(Object other)
Method equals. |
int |
getDepth()
Get the level up to which toc items are included by default. |
List<DocumentTOCItem> |
getItems()
Method getItems. |
String |
getName()
Get the name to use for the Table of Contents. |
int |
hashCode()
Method hashCode. |
void |
removeItem(DocumentTOCItem documentTOCItem)
Method removeItem. |
void |
setDepth(int depth)
Set the level up to which toc items are included by default. |
void |
setItems(List<DocumentTOCItem> items)
Set tOC item. |
void |
setName(String name)
Set the name to use for the Table of Contents. |
String |
toString()
Method toString. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DocumentTOC()
| Method Detail |
|---|
public void addItem(DocumentTOCItem documentTOCItem)
documentTOCItem - public boolean equals(Object other)
equals in class Objectother -
public int getDepth()
public List<DocumentTOCItem> getItems()
public String getName()
public int hashCode()
hashCode in class Objectpublic void removeItem(DocumentTOCItem documentTOCItem)
documentTOCItem - public void setDepth(int depth)
depth - public void setItems(List<DocumentTOCItem> items)
items - public void setName(String name)
name - public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||