agentland.help.helpfile
Class SubTopic

java.lang.Object
  |
  +--agentland.help.helpfile.Topic
        |
        +--agentland.help.helpfile.SubTopic
All Implemented Interfaces:
Serializable

public class SubTopic
extends Topic
implements Serializable

See Also:
Serialized Form

Field Summary
protected  Topic tParent
           
 
Fields inherited from class agentland.help.helpfile.Topic
sLocation, sName, vKeywords
 
Constructor Summary
SubTopic(String sInputName, Vector vInputKeywords, String sInputLocation, Topic tInputTopic)
           
 
Method Summary
 String getLocation()
           
 
Methods inherited from class agentland.help.helpfile.Topic
getKeywords, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tParent

protected Topic tParent
Constructor Detail

SubTopic

public SubTopic(String sInputName,
                Vector vInputKeywords,
                String sInputLocation,
                Topic tInputTopic)
Method Detail

getLocation

public String getLocation()
Overrides:
getLocation in class Topic