Class SpreadSheetInsertCellLocation

    • Field Detail

      • m_Placeholder

        protected String m_Placeholder
        the placeholder to replace.
      • m_Row

        protected int m_Row
        the row to use (1-based).
      • m_Column

        protected int m_Column
        the column to use (1-based).
    • Constructor Detail

      • SpreadSheetInsertCellLocation

        public SpreadSheetInsertCellLocation()
    • Method Detail

      • setPlaceholder

        public void setPlaceholder​(String value)
        Sets the placeholder to replace with the cell location in the string passing through.
        Parameters:
        value - the placeholder
      • getPlaceholder

        public String getPlaceholder()
        Returns the placeholder string to replace with the cell location in the string passing through.
        Returns:
        the placeholder
      • placeholderTipText

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

        public void setRow​(int value)
        Sets the row index to use for the cell location.
        Parameters:
        value - the index (1-based)
      • getRow

        public int getRow()
        Returns the row index in use for the cell location.
        Returns:
        the index (1-based)
      • rowTipText

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

        public void setColumn​(int value)
        Sets the column index to use for the cell location.
        Parameters:
        value - the index (1-based)
      • getColumn

        public int getColumn()
        Returns the column index in use for the cell location.
        Returns:
        the index (1-based)
      • 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.