Interface ScriptingText

All Superinterfaces:
ScriptingUnit
All Known Subinterfaces:
ScriptingDialog, ScriptingScript

public interface ScriptingText extends ScriptingUnit

Interface that represents a unit with text.

See Also:
  • Method Details

    • getText

      String getText()
      Returns the text associated to this unit.
      Returns:
      a String of this unit.
    • setText

      void setText(String text)
      Sets a the text associated to this unit.
      Parameters:
      text - String to assign to this unit.
    • save

      void save()
      Persists the current status of this unit.
    • getMimeType

      String getMimeType()