Class FixedList

    • Field Detail

      • m_Elements

        protected BaseString[] m_Elements
        the list elements to output.
    • Constructor Detail

      • FixedList

        public FixedList()
    • Method Detail

      • setElements

        public void setElements​(BaseString[] value)
        Sets the list elements to output.
        Parameters:
        value - the elements
      • getElements

        public BaseString[] getElements()
        Returns the list elements to output.
        Returns:
        the elements
      • elementsTipText

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