| Package | Description |
|---|---|
| oracle.javatools.ui.simplestyle |
| Modifier and Type | Field and Description |
|---|---|
static StyledTextAttribute |
StyledTextAttribute.defaultStyledTextAttribute |
| Modifier and Type | Method and Description |
|---|---|
void |
StyledTextModel.addText(java.lang.String text,
StyledTextAttribute attr)
Add a new run of styled text to the end of the model
|
void |
StyledTextModel.prependText(java.lang.String text,
StyledTextAttribute attr)
Add a new run of text to the front of the model
|
| Constructor and Description |
|---|
StyledTextModel(java.lang.String initialText,
StyledTextAttribute initialStyle)
Create a model containing the initial text and style.
|