Interface ReplaceTextBuilder

    • Method Detail

      • getReplaceText

        String getReplaceText​()
        Retrieves the replace text from the replace text property.
        Returns:
        The replace text stored by the replace text property.
      • setReplaceText

        void setReplaceText​(String aReplaceText)
        Sets the replace text for the replace text property.
        Parameters:
        aReplaceText - The replace text to be stored by the text align mode property.
      • withReplaceText

        default ReplaceTextBuilder withReplaceText​(String aReplaceText)
        Sets the replace text for the replace text property.
        Parameters:
        aReplaceText - The replace text to be stored by the text align mode property.
        Returns:
        The builder for applying multiple build operations.
      • getFindText

        String getFindText​()
        Retrieves the find text from the find text property.
        Returns:
        The find text stored by the find text property.
      • setFindText

        void setFindText​(String aFindText)
        Sets the find text for the find text property.
        Parameters:
        aFindText - The find text to be stored by the text align mode property.
      • withFindText

        default ReplaceTextBuilder withFindText​(String aFindText)
        Sets the find text for the find text property.
        Parameters:
        aFindText - The find text to be stored by the text align mode property.
        Returns:
        The builder for applying multiple build operations.
      • build

        static ReplaceTextBuilder build​()
        This is a convenience method for easily instantiating the according builder.
        Returns:
        an instance (using a default implementation) of this builder