|
MVT API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--mvt.help.HelpIndexNode
A help index node. This node handles the information for the following:
| Constructor Summary | |
HelpIndexNode()
Default constructor. |
|
HelpIndexNode(java.lang.String topic,
java.lang.String location)
Constructor. |
|
HelpIndexNode(java.lang.String topic,
java.lang.String location,
int level)
Constructor. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether the object is equal to this. |
int |
getLevel()
Get the current level of idention. |
java.lang.String |
getLocation()
Get the current location. |
java.lang.String |
getTopic()
Get the current topic. |
void |
setLevel(int level)
Sets the level of idention. |
void |
setLocation(java.lang.String location)
Set the location. |
void |
setTopic(java.lang.String topic)
Set the topic. |
java.lang.String |
toString()
Returns the topic with spaces in front of it. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public HelpIndexNode()
public HelpIndexNode(java.lang.String topic,
java.lang.String location)
topic - the topic of the help.location - the location of the help.
public HelpIndexNode(java.lang.String topic,
java.lang.String location,
int level)
topic - the topic of the help.location - the location of the help.level - the level of idention.| Method Detail |
public void setLevel(int level)
level - the level of idention.public int getLevel()
public void setTopic(java.lang.String topic)
topic - the topic of the helppublic java.lang.String getTopic()
public void setLocation(java.lang.String location)
location - the location of the helppublic java.lang.String getLocation()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objecttrue if o equals this, otherwise it returns
false
|
MVT API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||