Class ByContentType

    • Field Detail

      • m_ContentTypes

        protected Cell.ContentType[] m_ContentTypes
        the regular expression to match the attribute names against.
    • Constructor Detail

      • ByContentType

        public ByContentType()
    • Method Detail

      • setContentTypes

        public void setContentTypes​(Cell.ContentType[] value)
        Sets the content types that the columns can have.
        Parameters:
        value - the allowed types
      • getContentTypes

        public Cell.ContentType[] getContentTypes()
        Returns the content types that the columns can have.
        Returns:
        the allowed types
      • contentTypesTipText

        public String contentTypesTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • doFindColumns

        protected int[] doFindColumns​(SpreadSheet data)
        Returns the columns of interest in the spreadsheet.
        Specified by:
        doFindColumns in class AbstractColumnFinder
        Parameters:
        data - the spreadsheet to inspect
        Returns:
        the columns of interest