Uses of Interface javax.help.CSH.Manager

Uses in package javax.help

Methods with parameter type javax.help.CSH.Manager

void
Registers the specified manager to maintain dynamic CSH at the specified position in list of managers.
void
Registers the specified manager to maintain dynamic CSH.
boolean
Removes the first occurrence of the specified manager in manager list.

Methods with return type javax.help.CSH.Manager

CSH.Manager
CSH.getManager(int i)
Returns the manager at the specified position in manager list.
CSH.Manager[]
Returns array of managers registered to maintain dynamic CSH.