Class Wrapper

    • Field Detail

      • m_Prefix

        protected String m_Prefix
        the prefix to use.
      • m_Suffix

        protected String m_Suffix
        the suffix to use.
    • Constructor Detail

      • Wrapper

        public Wrapper()
    • Method Detail

      • setGenerator

        public void setGenerator​(AbstractListGenerator value)
        Sets the generator to use.
        Parameters:
        value - the generator
      • getGenerator

        public AbstractListGenerator getGenerator()
        Returns the generator to use.
        Returns:
        the generator
      • generatorTipText

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

        public void setPrefix​(String value)
        Sets the prefix to use.
        Parameters:
        value - the prefix
      • getPrefix

        public String getPrefix()
        Returns the prefix to use.
        Returns:
        the prefix
      • prefixTipText

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

        public void setSuffix​(String value)
        Sets the suffix to use.
        Parameters:
        value - the suffix
      • getSuffix

        public String getSuffix()
        Returns the suffix to use.
        Returns:
        the suffix
      • suffixTipText

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