Class Text

All Implemented Interfaces:
Viewable, Serializable

public class Text extends Model implements Viewable, Serializable
An editable sequences of characters and embedded objects. For now, only supports plain text. Conceptually similar to javax.swing.text.Document. May display as a one line "text field" or a multi-line "text area" depending on styling preferences; for now only the former is implemented.
See Also:
  • Field Details

  • Constructor Details

    • Text

      public Text()
    • Text

      public Text(String text)
  • Method Details