Uses of Interface
javax.help.CSH.Manager
-
Packages that use CSH.Manager Package Description javax.help Supports presentation of online documentation with both content and contextual views of this information. -
-
Uses of CSH.Manager in javax.help
Methods in javax.help that return CSH.Manager Modifier and Type Method Description static CSH.ManagerCSH. getManager(int i)Returns the manager at the specified position in manager list.static CSH.Manager[]CSH. getManagers()Returns array of managers registered to maintain dynamic CSH.Methods in javax.help with parameters of type CSH.Manager Modifier and Type Method Description static voidCSH. addManager(int i, CSH.Manager m)Registers the specified manager to maintain dynamic CSH at the specified position in list of managers.static voidCSH. addManager(CSH.Manager m)Registers the specified manager to maintain dynamic CSH.static booleanCSH. removeManager(CSH.Manager m)Removes the first occurrence of the specified manager in manager list.
-