Uses of Class
net.ontopia.topicmaps.utils.TopicTreeNode
-
Packages that use TopicTreeNode Package Description net.ontopia.topicmaps.nav2.utils Provides utility classes for the Navigator Tag Libraries and Framework.net.ontopia.topicmaps.utils This package provides topic map utility classes, which are a toolkit for working with the topic map model provided by the core interfaces. -
-
Uses of TopicTreeNode in net.ontopia.topicmaps.nav2.utils
Methods in net.ontopia.topicmaps.nav2.utils that return TopicTreeNode Modifier and Type Method Description protected TopicTreeNode
TreeWidget. buildTree()
Methods in net.ontopia.topicmaps.nav2.utils with parameters of type TopicTreeNode Modifier and Type Method Description protected String
DynamicTreeWidget. makeNodeUrl(TopicTreeNode node)
PUBLIC: Produces the URL to the given node.protected String
TreeWidget. makeNodeUrl(TopicTreeNode node)
PUBLIC: Produces the URL to the given node.protected void
TreeWidget. process(TopicTreeNode parent)
protected void
DynamicTreeWidget. renderNode(TopicTreeNode node, Writer out)
PUBLIC: This method renders the tree node, including its link, but not the button in front of the node.protected void
TreeWidget. renderNode(TopicTreeNode node, Writer out)
PUBLIC: This method renders the tree node, including its link, but not the button in front of the node.protected void
TreeWidget. renderTree(TopicTreeNode node, int topline, Writer writer)
protected int
TreeWidget. writeNode(TopicTreeNode node, int topline, Writer writer, int level, int lineno, boolean indoc)
-
Uses of TopicTreeNode in net.ontopia.topicmaps.utils
Fields in net.ontopia.topicmaps.utils declared as TopicTreeNode Modifier and Type Field Description protected TopicTreeNode
TopicTreeNode. parent
Fields in net.ontopia.topicmaps.utils with type parameters of type TopicTreeNode Modifier and Type Field Description protected List<TopicTreeNode>
TopicTreeNode. children
Methods in net.ontopia.topicmaps.utils that return TopicTreeNode Modifier and Type Method Description TopicTreeNode
TopicTreeNode. getParent()
Methods in net.ontopia.topicmaps.utils that return types with arguments of type TopicTreeNode Modifier and Type Method Description List<TopicTreeNode>
TopicTreeNode. getChildren()
Returns a List containing TopicTreeNode objects.Methods in net.ontopia.topicmaps.utils with parameters of type TopicTreeNode Modifier and Type Method Description void
TopicTreeNode. setParent(TopicTreeNode parent)
-