Class MultiConversion

    • Field Detail

      • m_SubConversions

        protected Conversion[] m_SubConversions
        the conversions to use.
      • m_CompatibilityChecked

        protected boolean m_CompatibilityChecked
        whether the compatibility has been checked.
    • Constructor Detail

      • MultiConversion

        public MultiConversion()
    • Method Detail

      • reset

        protected void reset()
        Resets the state of the conversion.
        Overrides:
        reset in class AbstractConversion
      • setSubConversions

        public void setSubConversions​(Conversion[] value)
        Sets the number of decimals for numbers in tables.
        Parameters:
        value - the number of decimals
      • getSubConversions

        public Conversion[] getSubConversions()
        Returns the number of decimals for numbers in tables.
        Returns:
        the number of decimals
      • subConversionsTipText

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

        protected String checkData()
        Checks whether the data can be processed.
        Overrides:
        checkData in class AbstractConversion
        Returns:
        null if checks passed, otherwise error message