|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectavrora.util.help.HelpSystem
The HelpSystem is the global repository for help information, indexing
categories for help, while each category can have sub categories, etc.
| Constructor Summary | |
HelpSystem()
|
|
| Method Summary | |
static void |
addCategory(java.lang.String name,
java.lang.Class cz)
The addCategory() method adds a help category to the help system. |
static void |
addCategory(java.lang.String name,
HelpCategory cat)
The addCategory() method adds a help category to the help system. |
static HelpCategory |
getCategory(java.lang.String name)
The getCategory() method gets a help category for the specified short name. |
static java.util.List |
getSortedList()
The getSortedList() returns a sorted list of all of the help categories. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HelpSystem()
| Method Detail |
public static HelpCategory getCategory(java.lang.String name)
getCategory() method gets a help category for the specified short name.
name - the name of the help category
public static void addCategory(java.lang.String name,
HelpCategory cat)
addCategory() method adds a help category to the help system.
name - the short name of the help categorycat - the category
public static void addCategory(java.lang.String name,
java.lang.Class cz)
addCategory() method adds a help category to the help system.
name - the short name of the help categorycz - the class for this help categorypublic static java.util.List getSortedList()
getSortedList() returns a sorted list of all of the help categories.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||