|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
---|---|
void |
addSubTopic(iHelpTopic aSubTopic)
Add a subtopic of this help topic. |
javax.swing.tree.DefaultMutableTreeNode |
getTreeNode()
Returns a TreeNode of this topic so you can insert it in a JTree. |
java.lang.String |
name()
Returns the name of the topic. |
void |
removeSubTopics()
Removes all subtopics of this topic. |
java.util.Iterator |
topicIterator()
Returns an iterator that will let you iterate through all of the sub-topics. |
java.lang.String |
url()
Returns the URL that should be loaded in the Help Viewer when this topic is clicked on or enabled. |
Method Detail |
---|
void addSubTopic(iHelpTopic aSubTopic)
aSubTopic
- The iHelpTopic
to make the child of this node.void removeSubTopics()
java.util.Iterator topicIterator()
javax.swing.tree.DefaultMutableTreeNode getTreeNode()
java.lang.String name()
java.lang.String url()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |