Uses of Class
net.ontopia.topicmaps.viz.TMAbstractNode
Packages that use TMAbstractNode
-
Uses of TMAbstractNode in net.ontopia.topicmaps.viz
Subclasses of TMAbstractNode in net.ontopia.topicmaps.vizModifier and TypeClassDescriptionclassINTERNAL: Node class representing n-ary associations as nodes.classINTERNAL: Node class representing topics.Fields in net.ontopia.topicmaps.viz declared as TMAbstractNodeMethods in net.ontopia.topicmaps.viz that return TMAbstractNodeModifier and TypeMethodDescriptionTopicMapView.getFocusNode()VizController.getFocusNode()protected TMAbstractNodeVizigatorUser.pickRandomNode()protected TMAbstractNodeVizigatorUser.pickRandomNode(TopicIF type) CreateTMAssociationNode.recoverNode(TopicMapView view) CreateTMTopicNode.recoverNode(TopicMapView view) NodeRecoveryObjectIF.recoverNode(TopicMapView view) Methods in net.ontopia.topicmaps.viz with parameters of type TMAbstractNodeModifier and TypeMethodDescriptionprotected voidVizController.addToHidden(TMAbstractNode target, com.touchgraph.graphlayout.Node source, Vector hidden) voidVizController.collapseNode(TMAbstractNode node) voidTopicMapView.createAssociations(TMAbstractNode abstractNode) Creates all edges for this node, including type -> instance, instance -> type, and ordinary associations.voidTopicMapView.createAssociations(TMAbstractNode abstractNode, boolean create) voidTopicMapView.createAssociations(TMAbstractNode abstractNode, boolean create, boolean createEdgesToExistingNodes) Creates all edges for this node, including type -> instance, instance -> type, and ordinary associations.voidVizController.expandNode(TMAbstractNode node) voidAppletContext.focusNode(TMAbstractNode aNode) voidApplicationContextIF.focusNode(TMAbstractNode aNode) Set the node as the focus of the mapvoidDesktopContext.focusNode(TMAbstractNode aNode) protected voidTopicMapView.focusNode(TMAbstractNode node) voidVizController.focusNode(TMAbstractNode node) Set the given node to be the focus node.voidVizController.focusNodeInternal(TMAbstractNode node) Set the given node to be the focus node.booleanTMAbstractNode.hasPathTo(TMAbstractNode target, Set visited) voidTopicMapView.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.voidVizController.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 voidTopicMapView.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.voidVizController.loadNode(TMAbstractNode node) 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 voidTopicMapView.queueInForeground(TMAbstractNode node) protected voidTopicMapView.setHighlightNode(TMAbstractNode node, Graphics g) protected voidVizController.setHighlightNode(TMAbstractNode node, Graphics g) voidHighlightNode.setNode(TMAbstractNode node, Graphics g)