Uses of Class
net.ontopia.topicmaps.utils.TopicTreeNode

Packages that use TopicTreeNode
net.ontopia.topicmaps.nav2.servlets This package contains the servlet classes used by Ontopia's navigator framework. 
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.servlets
 

Methods in net.ontopia.topicmaps.nav2.servlets with parameters of type TopicTreeNode
protected  void TreeWidget.renderNode(TopicTreeNode node, java.io.Writer out)
          Deprecated. EXPERIMENTAL: This method renders the tree node, including its link, but not the button in front of the node.
 

Uses of TopicTreeNode in net.ontopia.topicmaps.nav2.utils
 

Methods in net.ontopia.topicmaps.nav2.utils that return TopicTreeNode
protected  TopicTreeNode TreeWidget.buildTree()
           
 

Methods in net.ontopia.topicmaps.nav2.utils with parameters of type TopicTreeNode
protected  java.lang.String TreeWidget.makeNodeUrl(TopicTreeNode node)
          PUBLIC: Produces the URL to the given node.
protected  java.lang.String DynamicTreeWidget.makeNodeUrl(TopicTreeNode node)
          PUBLIC: Produces the URL to the given node.
protected  void TreeWidget.process(TopicTreeNode parent)
           
protected  void TreeWidget.renderNode(TopicTreeNode node, java.io.Writer out)
          PUBLIC: This method renders the tree node, including its link, but not the button in front of the node.
protected  void DynamicTreeWidget.renderNode(TopicTreeNode node, java.io.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, java.io.Writer writer)
           
protected  int TreeWidget.writeNode(TopicTreeNode node, int topline, java.io.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
protected  TopicTreeNode TopicTreeNode.parent
           
protected  TopicTreeNode TopicTreeRendrer.root
           
 

Methods in net.ontopia.topicmaps.utils that return TopicTreeNode
 TopicTreeNode TopicTreeBuilder.build()
          EXPERIMENTAL: Builds a tree consisting of all the topics participating in any associations of the given type.
 TopicTreeNode TopicTreeBuilder.build(TopicIF topic)
          EXPERIMENTAL: Builds a tree consisting of all the topics directly related to the one given.
protected  TopicTreeNode TopicTreeBuilder.build(TopicIF topic, java.util.Set visited)
           
 TopicTreeNode TopicTreeNode.getParent()
           
 

Methods in net.ontopia.topicmaps.utils with parameters of type TopicTreeNode
protected  int TopicTreeRendrer.drawNode(TopicTreeNode node)
           
protected  int TopicTreeRendrer.getMaxX(TopicTreeNode node, int x)
           
protected  int TopicTreeRendrer.getMaxY(TopicTreeNode node, int y)
           
protected  java.lang.String TopicTreeRendrer.getTitle(TopicTreeNode node)
           
 void TopicTreeNode.setParent(TopicTreeNode parent)
           
 

Constructors in net.ontopia.topicmaps.utils with parameters of type TopicTreeNode
TopicTreeRendrer(TopicTreeNode root, TopicIF current)
           
 



Copyright © 2000-2012 Ontopia.