Interface KopiDocument

All Superinterfaces:
Document, Stateful
All Known Implementing Classes:
KopiStyledDocument

public interface KopiDocument extends 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).
  • Method Details

    • getModelText

      String getModelText()
    • setModelText

      void setModelText(String text)
    • setState

      void setState(int state)
    • setHasCriticalValue

      void setHasCriticalValue(boolean hasCriticalValue)
    • setHasAction

      void setHasAction(boolean hasAction)
    • setBgColor

      void setBgColor(Color bgColor)
    • setAlert

      void setAlert(boolean alert)
    • setAutofill

      void setAutofill(boolean autofill)