Class SpreadSheetCell

    • Constructor Detail

      • SpreadSheetCell

        public SpreadSheetCell()
    • Method Detail

      • setColumn

        public void setColumn​(SpreadSheetColumnIndex value)
        Sets the column to get the ID from.
        Parameters:
        value - the column
      • getColumn

        public SpreadSheetColumnIndex getColumn()
        Returns the column to get the ID from.
        Returns:
        the column
      • columnTipText

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

        public boolean handles​(Object obj)
        Checks whether the data type is handled.
        Parameters:
        obj - the object to check
        Returns:
        true if handled
      • doExtractID

        protected String doExtractID​(Object obj)
        Extracts the ID from the object.
        Specified by:
        doExtractID in class AbstractIDExtractor
        Parameters:
        obj - the object to process
        Returns:
        the extracted group