Interface Editor

    • Method Detail

      • setSearchExpression

        void setSearchExpression​(java.lang.String expression)
        This method is used to update the search expression that is shown in the search bar below the editor.
        Parameters:
        expression - The search expression.
      • isModified

        boolean isModified()
        Returns:
        True if the user has modified the contents of the editor since the last time the content was set programmatically.
      • caretPosition

        int caretPosition()
        Returns:
        The index of the position for the carat within the current message editor.
      • selection

        java.util.Optional<Selection> selection()
        This will return Optional.empty() if the user has not made a selection.
        Returns:
        An Optional containing the users current selection in the editor.
      • uiComponent

        javax.swing.JComponent uiComponent()
        Returns:
        UI component of the editor, for extensions to add to their own UI.