Abstract base class for RichTextArea / CodeArea

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Not an Issue
    • Priority: P4
    • None
    • Affects Version/s: jfx26
    • Component/s: javafx
    • None
    • Cause Known

      Initial design let CodeArea (CA) simply extend RichTextArea (RTA). The problem is that some properties (and associated behavior) in the RichTextArea might clash or may not be needed in CodeArea and vice versa.

      For example, RTA.insertStyles property makes no sense for CA, and RTA.tabStopPolicy (future enhancement JDK-8356042) might clash with the CA.tabSize property.

            Assignee:
            Andy Goryachev
            Reporter:
            Andy Goryachev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: