java.lang.Objectjavax.swing.text.View
javax.swing.text.CompositeView
javax.swing.text.BoxView
javax.swing.text.FlowView
javax.swing.text.ParagraphView
javax.swing.JEditorPane$PlainEditorKit$PlainParagraph
All Implemented Interfaces:
TabExpander, SwingConstants
| Nested Class Summary: | ||
|---|---|---|
| static class | PlainParagraph.LogicalView | This class can be used to represent a logical view for a flow. It keeps the children updated to reflect the state of the model, gives the logical child views access to the view hierarchy, and calculates a preferred span. It doesn't do any rendering, layout, or model/view translation. |
| Fields inherited from javax.swing.text.ParagraphView: |
|---|
| firstLineIndent, i18nStrategy, tabChars, tabDecimalChars |
| Fields inherited from javax.swing.text.FlowView: |
|---|
| layoutSpan, layoutPool, strategy |
| Fields inherited from javax.swing.text.BoxView: |
|---|
| majorAxis, majorSpan, minorSpan, majorReqValid, minorReqValid, majorRequest, minorRequest, majorAllocValid, majorOffsets, majorSpans, minorAllocValid, minorOffsets, minorSpans, tempRect |
| Fields inherited from javax.swing.text.View: |
|---|
| BadBreakWeight, GoodBreakWeight, ExcellentBreakWeight, ForcedBreakWeight, X_AXIS, Y_AXIS, sharedBiasReturn |
| Constructor: |
|---|
|
| Method from javax.swing.JEditorPane$PlainEditorKit$PlainParagraph Summary: |
|---|
| calculateMinorAxisRequirements, getFlowSpan, setPropertiesFromAttributes |
| Methods from javax.swing.text.FlowView: |
|---|
| calculateMinorAxisRequirements, changedUpdate, createRow, getFlowAxis, getFlowSpan, getFlowStart, getViewIndexAtPosition, insertUpdate, layout, loadChildren, removeUpdate, setParent |
| Methods from java.lang.Object: |
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from javax.swing.JEditorPane$PlainEditorKit$PlainParagraph Detail: |
|---|
|
|
|