Class FindText

    • Field Detail

      • m_Find

        protected String m_Find
        the text to find.
      • m_ActualFind

        protected String m_ActualFind
        the lower case search string.
    • Constructor Detail

      • FindText

        public FindText()
    • Method Detail

      • setFind

        public void setFind​(String value)
        Sets the text to look for.
        Parameters:
        value - the text
      • getFind

        public String getFind()
        Returns the text to look for.
        Returns:
        the text
      • findTipText

        public String findTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • getTitle

        public String getTitle()
        Returns the title for the dialog.
        Returns:
        the title
      • isValid

        protected boolean isValid​(AbstractOption option,
                                  Object obj,
                                  OptionTraversalPath path)
        Checks whether the object is valid and should be added to the list.
        Specified by:
        isValid in class AbstractListingProcessor
        Parameters:
        option - the current option
        obj - the object to check
        path - the traversal path of properties
        Returns:
        true if valid
      • getHeader

        protected String getHeader()
        Returns the header to use in the dialog, i.e., the one-liner that explains the output.
        Specified by:
        getHeader in class AbstractListingProcessor
        Returns:
        the header, null if no header available