Interface KopiDocument

  • All Superinterfaces:
    javax.swing.text.Document, Stateful
    All Known Implementing Classes:
    KopiStyledDocument

    public interface KopiDocument
    extends javax.swing.text.Document, Stateful
    A text container for text that serves as the model for swing text components. The goal for this interface is to scale from very simple needs (a plain text textfield) to complex needs (an HTML or XML document, for example).
    • Field Summary

      • Fields inherited from interface javax.swing.text.Document

        StreamDescriptionProperty, TitleProperty
    • Method Detail

      • getModelText

        java.lang.String getModelText()
      • setModelText

        void setModelText​(java.lang.String text)
      • setState

        void setState​(int state)
      • setHasCriticalValue

        void setHasCriticalValue​(boolean hasCriticalValue)
      • setHasAction

        void setHasAction​(boolean hasAction)
      • setBgColor

        void setBgColor​(java.awt.Color bgColor)
      • setAlert

        void setAlert​(boolean alert)
      • setAutofill

        void setAutofill​(boolean autofill)