Interface TextAppendable

All Known Subinterfaces:
ScriptEditorControl<T>
All Known Implementing Classes:
CodeAreaControl, TextAreaControl

public interface TextAppendable
Interface to indicate anything for which text can be appended.
Author:
Pete Bankhead
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Append the specified text to the appendable.
  • Method Details

    • appendText

      void appendText(String text)
      Append the specified text to the appendable.
      Parameters:
      text - the text to be appended