Package | Description |
---|---|
javax.help |
Supports presentation of online documentation with both
content and contextual views of this information.
|
Modifier and Type | Class and Description |
---|---|
static class |
DefaultHelpModel.DefaultHighlight
A default implementation of TextHelpModel.Highlight
|
Modifier and Type | Method and Description |
---|---|
TextHelpModel.Highlight[] |
DefaultHelpModel.getHighlights()
Geta all the highlights currently active.
|
TextHelpModel.Highlight[] |
TextHelpModel.getHighlights()
Gets all highlights.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultHelpModel.setHighlights(TextHelpModel.Highlight[] h)
Set highlights.
|
void |
TextHelpModel.setHighlights(TextHelpModel.Highlight[] h)
Sets the highlights to be a range of positions in a document.
|