Class AddDefaultLabel

    • Field Detail

      • m_Key

        protected String m_Key
        the key in the meta-data containing the labels.
      • m_Label

        protected String m_Label
        the label to use if missing.
    • Constructor Detail

      • AddDefaultLabel

        public AddDefaultLabel()
    • Method Detail

      • setKey

        public void setKey​(String value)
        Sets the key in the meta-data containing the label.
        Parameters:
        value - the key
      • getKey

        public String getKey()
        Returns the key in the meta-data containing the label.
        Returns:
        the key
      • keyTipText

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

        public void setLabel​(String value)
        Sets the label to use when missing.
        Parameters:
        value - the label
      • getLabel

        public String getLabel()
        Returns the label to use when missing.
        Returns:
        the label
      • labelTipText

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