|
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package | Description |
|---|---|
| javax.swing.plaf.basic | Provides user interface objects built according to the Basic look and feel. |
| javax.swing.text | Provides classes and interfaces that deal with editable and noneditable text components. |
| Uses of Highlighter in javax.swing.plaf.basic |
|---|
| Modifier and Type | Class and Description |
|---|---|
static class |
BasicTextUI.BasicHighlighter
|
| Modifier and Type | Method and Description |
|---|---|
protected Highlighter |
BasicTextUI.createHighlighter()
Creates the object to use for adding highlights. |
| Uses of Highlighter in javax.swing.text |
|---|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHighlighter
Implements the Highlighter interfaces. |
class |
LayeredHighlighter
|
| Modifier and Type | Method and Description |
|---|---|
Highlighter |
JTextComponent.getHighlighter()
Fetches the object responsible for making highlights. |
| Modifier and Type | Method and Description |
|---|---|
void |
JTextComponent.setHighlighter(Highlighter h)
Sets the highlighter to be used. |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.