| Package | Description |
|---|---|
| javax.swing.text |
Provides classes and interfaces that deal with editable and noneditable text components.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ParagraphView
View of a simple line-wrapping paragraph that supports multiple fonts, colors, components, icons, etc.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
FlowView.FlowStrategy.adjustRow(FlowView
Adjusts the given row if possible to fit within the layout span.
|
void |
FlowView.FlowStrategy.changedUpdate(FlowView
Gives notification from the document that attributes were changed in a location that this view is responsible for.
|
protected View |
FlowView.FlowStrategy.createView(FlowView
Creates a view that can be used to represent the current piece of the flow.
|
protected View |
FlowView.FlowStrategy.getLogicalView(FlowView
This method gives flow strategies access to the logical view of the FlowView.
|
void |
FlowView.FlowStrategy.insertUpdate(FlowView
Gives notification that something was inserted into the document in a location that the given flow view is responsible for.
|
void |
FlowView.FlowStrategy.layout(FlowView
Update the flow on the given FlowView.
|
protected int |
FlowView.FlowStrategy.layoutRow(FlowView
Creates a row of views that will fit within the layout span of the row.
|
void |
FlowView.FlowStrategy.removeUpdate(FlowView
Gives notification that something was removed from the document in a location that the given flow view is responsible for.
|