Package | Description |
---|---|
javax.help |
Supports presentation of online documentation with both
content and contextual views of this information.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
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 void |
CSH.addManager(CSH.Manager m) |
Registers the specified manager to maintain dynamic CSH.
|
static boolean |
CSH.removeManager(CSH.Manager m) |
Removes the first occurrence of the specified manager in manager list.
|