Uses of Interface
javax.help.CSH.Manager
Packages that use CSH.Manager
Package
Description
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.ManagerModifier and TypeMethodDescriptionstatic 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.ManagerModifier and TypeMethodDescriptionstatic 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.