Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TreeWidget.renderNode(TopicTreeNode node,
Writer out)
Deprecated.
EXPERIMENTAL: This method renders the tree node, including its
link, but not the button in front of the node.
|
Modifier and Type | Method and Description |
---|---|
protected TopicTreeNode |
TreeWidget.buildTree() |
Modifier and Type | Method and 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) |
Modifier and Type | Field and Description |
---|---|
protected TopicTreeNode |
TopicTreeNode.parent |
protected TopicTreeNode |
TopicTreeRendrer.root
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected List<TopicTreeNode> |
TopicTreeNode.children |
Modifier and Type | Method and Description |
---|---|
TopicTreeNode |
TopicTreeBuilder.build()
Deprecated.
EXPERIMENTAL: Builds a tree consisting of all the topics
participating in any associations of the given type.
|
TopicTreeNode |
TopicTreeBuilder.build(TopicIF topic)
Deprecated.
EXPERIMENTAL: Builds a tree consisting of all the topics directly
related to the one given.
|
protected TopicTreeNode |
TopicTreeBuilder.build(TopicIF topic,
Set<TopicIF> visited)
Deprecated.
|
TopicTreeNode |
TopicTreeNode.getParent() |
Modifier and Type | Method and Description |
---|---|
List<TopicTreeNode> |
TopicTreeNode.getChildren()
Returns a List containing TopicTreeNode objects.
|
Modifier and Type | Method and Description |
---|---|
protected int |
TopicTreeRendrer.drawNode(TopicTreeNode node)
Deprecated.
|
protected int |
TopicTreeRendrer.getMaxX(TopicTreeNode node,
int x)
Deprecated.
|
protected int |
TopicTreeRendrer.getMaxY(TopicTreeNode node,
int y)
Deprecated.
|
protected String |
TopicTreeRendrer.getTitle(TopicTreeNode node)
Deprecated.
|
void |
TopicTreeNode.setParent(TopicTreeNode parent) |
Constructor and Description |
---|
TopicTreeRendrer(TopicTreeNode root,
TopicIF current)
Deprecated.
|