Package | Description |
---|---|
javax.help |
Supports presentation of online documentation with both
content and contextual views of this information.
|
Modifier and Type | Class | Description |
---|---|---|
static class |
DefaultHelpModel.DefaultHighlight |
A default implementation of TextHelpModel.Highlight
|
Modifier and Type | Method | Description |
---|---|---|
TextHelpModel.Highlight[] |
DefaultHelpModel.getHighlights() |
Geta all the highlights currently active.
|
TextHelpModel.Highlight[] |
TextHelpModel.getHighlights() |
Gets all highlights.
|
Modifier and Type | Method | 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.
|