|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CSH.Manager | |
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 | |
static CSH.Manager |
CSH.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 | |
static void |
CSH.addManager(CSH.Manager m)
Registers the specified manager to maintain dynamic CSH. |
static void |
CSH.addManager(int i,
CSH.Manager m)
Registers the specified manager to maintain dynamic CSH at the specified position in list of managers. |
static boolean |
CSH.removeManager(CSH.Manager m)
Removes the first occurrence of the specified manager in manager list. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |