|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdist1.acb.ACBpoint.Topic
Abstract Type used to Represent A Tree node in the Topics Tree displayed in the Search and Publishing Panel
Constructor Summary | |
Topic(int topicId,
java.lang.String topicName)
Creates a new instance of Topic |
Method Summary | |
Topic |
getChildAt(int i)
|
int |
getChildCount()
|
int |
getIndexOfChild(Topic kid)
|
java.lang.String |
getName()
|
Topic |
getParent()
|
int |
getTopicId()
Getter for property topicId. |
static void |
linkFamily(Topic parentTopic,
Topic[] kids)
Link together all members of a Topic. |
void |
setTopicId(int topicId)
Setter for property topicId. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Topic(int topicId, java.lang.String topicName)
Method Detail |
public static void linkFamily(Topic parentTopic, Topic[] kids)
parentTopic
- the parent Topickids
- the subtopicspublic java.lang.String toString()
public java.lang.String getName()
public Topic getParent()
public int getChildCount()
public Topic getChildAt(int i)
public int getIndexOfChild(Topic kid)
public int getTopicId()
public void setTopicId(int topicId)
topicId
- New value of property topicId.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |