protected void |
VizController.addToHidden(TMAbstractNode target,
com.touchgraph.graphlayout.Node source,
Vector hidden) |
|
void |
VizController.collapseNode(TMAbstractNode node) |
|
void |
TopicMapView.createAssociations(TMAbstractNode abstractNode) |
Creates all edges for this node, including type -> instance, instance ->
type, and ordinary associations.
|
void |
TopicMapView.createAssociations(TMAbstractNode abstractNode,
boolean create) |
|
void |
TopicMapView.createAssociations(TMAbstractNode abstractNode,
boolean create,
boolean createEdgesToExistingNodes) |
Creates all edges for this node, including type -> instance, instance ->
type, and ordinary associations.
|
void |
VizController.expandNode(TMAbstractNode node) |
|
void |
AppletContext.focusNode(TMAbstractNode aNode) |
|
void |
ApplicationContextIF.focusNode(TMAbstractNode aNode) |
Set the node as the focus of the map
|
void |
DesktopContext.focusNode(TMAbstractNode aNode) |
|
protected void |
TopicMapView.focusNode(TMAbstractNode node) |
|
void |
VizController.focusNode(TMAbstractNode node) |
Set the given node to be the focus node.
|
void |
VizController.focusNodeInternal(TMAbstractNode node) |
Set the given node to be the focus node.
|
boolean |
TMAbstractNode.hasPathTo(TMAbstractNode target,
Set visited) |
|
void |
TopicMapView.hideNode(TMAbstractNode node) |
Delete a node, all incident edges and all nodes and edges that no longer
have a path to the focus node as a consequence of this.
|
void |
VizController.hideNode(TMAbstractNode node) |
Delete a node, all incident edges and all nodes and edges that no longer
have a path to the focus node as a consequence of this.
|
protected void |
TopicMapView.lenientAddNode(TMAbstractNode node) |
This method was created as a work-around for bug #1898, which happens
when two nodes have the same ID (the second node failing to get added to
tgPanel.
|
void |
VizController.loadNode(TMAbstractNode node) |
|
Collection |
TopicMapView.loadNodesInLocality(TMAbstractNode startNode,
boolean create,
boolean delete) |
If create is true, adds all nodes within locality's reach that were not
already visible.
|
protected void |
TopicMapView.queueInForeground(TMAbstractNode node) |
|
protected void |
TopicMapView.setHighlightNode(TMAbstractNode node,
Graphics g) |
|
protected void |
VizController.setHighlightNode(TMAbstractNode node,
Graphics g) |
|
void |
HighlightNode.setNode(TMAbstractNode node,
Graphics g) |
|