Class MessageArea

All Implemented Interfaces:
ClipboardTranslator.Provider, RegionTextQueryTranslator.Provider, Area, HotPoint, HotPointControl, Lines

public class MessageArea extends FormArea
  • Field Details

    • DEFAULT_MAX_LINE_LEN

      public static final int DEFAULT_MAX_LINE_LEN
      See Also:
    • lines

      protected final MutableMarkedLinesImpl lines
    • attachmentCounter

      protected int attachmentCounter
    • maxLineLen

      protected final int maxLineLen
  • Constructor Details

  • Method Details

    • getTo

      public String getTo()
    • setTo

      public void setTo(String value)
    • focusTo

      public void focusTo()
    • getCc

      public String getCc()
    • setCc

      public void setCc(String value)
    • getSubject

      public String getSubject()
    • focusSubject

      public void focusSubject()
    • getText

      public String getText(String lineSeparator)
    • getAttachmentByLineIndex

      public MessageArea.Attachment getAttachmentByLineIndex(int lineIndex)
    • getAttachments

      public MessageArea.Attachment[] getAttachments()
    • getAttachmentFiles

      public File[] getAttachmentFiles()
    • addAttachment

      public void addAttachment(File file)
    • removeAttachmentByLineIndex

      public void removeAttachmentByLineIndex(int lineIndex)
    • createEditParams

      protected MultilineEdit.Params createEditParams()