Class WrappingStyledEditorKit

All Implemented Interfaces:
Serializable, Cloneable

public final class WrappingStyledEditorKit extends StyledEditorKit
Styled editor kit that wraps long lines so no horizontal scroll bar is needed. The root view constrains width to the container; default paragraph view handles wrapping.
See Also:
  • Constructor Details

    • WrappingStyledEditorKit

      public WrappingStyledEditorKit()
  • Method Details