Uses of Class
dist1.acb.ACBpoint.Topic

Packages that use Topic
dist1.acb.ACBpoint   
 

Uses of Topic in dist1.acb.ACBpoint
 

Methods in dist1.acb.ACBpoint that return Topic
 Topic BusinessLogic.getHiearchicalGraph()
          Constructs the hierarchical tree used by the Tree model from the received Topics
 Topic Topic.getParent()
           
 Topic Topic.getChildAt(int i)
           
 

Methods in dist1.acb.ACBpoint with parameters of type Topic
static void Topic.linkFamily(Topic parentTopic, Topic[] kids)
          Link together all members of a Topic.
 int Topic.getIndexOfChild(Topic kid)
           
protected  void TopicsModel.fireTreeStructureChanged(Topic oldRoot)
          The only event raised by this model is TreeStructureChanged with the root as path, ie the whole tree has changed.
 

Constructors in dist1.acb.ACBpoint with parameters of type Topic
TopicsModel(Topic rootTopic)
          Creates a new instance of TopicsModel
TopicsTree(Topic graphNode)
          Creates a new instance of TopicsTree
 



Copyright © 2004 Phoenix Team (CMU/AIT). All Rights Reserved.