Class AbstractPropertyUpdater

    • Field Detail

      • m_Property

        protected String m_Property
        the property path.
    • Constructor Detail

      • AbstractPropertyUpdater

        public AbstractPropertyUpdater()
    • Method Detail

      • setProperty

        public void setProperty​(String value)
        Sets the property to update.
        Parameters:
        value - the property
      • getProperty

        public String getProperty()
        Returns the property to update.
        Returns:
        the property
      • propertyTipText

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

        protected abstract void updateProperty​(String s)
        Updates the property.
        Parameters:
        s - the string to set