Class RenameSpreadSheetColumn

    • Field Detail

      • m_NewName

        protected String m_NewName
        the new name for the column.
    • Constructor Detail

      • RenameSpreadSheetColumn

        public RenameSpreadSheetColumn()
    • Method Detail

      • setColumn

        public void setColumn​(SpreadSheetColumnIndex value)
        Sets the index of the column to rename.
        Parameters:
        value - the index
      • getColumn

        public SpreadSheetColumnIndex getColumn()
        Returns the index of the column to rename.
        Returns:
        the index
      • 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.
      • setNewName

        public void setNewName​(String value)
        Sets the new name of the column.
        Parameters:
        value - the name
      • getNewName

        public String getNewName()
        Returns the new name for the column.
        Returns:
        the name
      • newNameTipText

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