Class TextAreaContentListener.Adapter

    • Constructor Detail

      • Adapter

        public Adapter()
        Deprecated.
    • Method Detail

      • paragraphInserted

        public void paragraphInserted​(TextArea textArea,
                                      int index)
        Deprecated.
        Description copied from interface: TextAreaContentListener
        Called when a paragraph has been inserted into a text area's paragraph sequence.
        Specified by:
        paragraphInserted in interface TextAreaContentListener
        Parameters:
        textArea - The source of the event.
        index - The index at which the paragraph was inserted.
      • paragraphsRemoved

        public void paragraphsRemoved​(TextArea textArea,
                                      int index,
                                      Sequence<TextArea.Paragraph> removed)
        Deprecated.
        Description copied from interface: TextAreaContentListener
        Called when paragraphs have been removed from a text area's paragraph sequence.
        Specified by:
        paragraphsRemoved in interface TextAreaContentListener
        Parameters:
        textArea - The source of the event.
        index - The starting index from which the paragraphs were removed.
        removed - The paragraphs that were removed.