public interface IContentsNode
Modifier and Type | Method and Description |
---|---|
void |
addChild(IContentsNode node) |
void |
calcVisibility() |
GuidePart |
createGuidePart(GuiGuide gui) |
java.lang.String |
getSearchName() |
IContentsNode[] |
getVisibleChildren() |
boolean |
isVisible() |
void |
resetVisibility() |
void |
setVisible(java.util.Set<PageLink> matches)
Should set the visibility to true if this node is contained in the given set.
|
void |
sort() |
java.lang.String getSearchName()
boolean isVisible()
void calcVisibility()
void resetVisibility()
void setVisible(java.util.Set<PageLink> matches)
void sort()
IContentsNode[] getVisibleChildren()
void addChild(IContentsNode node)