Class ArrayUpdater

    • Field Detail

      • m_LoggingLevelUpdater

        protected LoggingLevelUpdater m_LoggingLevelUpdater
        the logging level updater.
    • Constructor Detail

      • ArrayUpdater

        public ArrayUpdater()
    • Method Detail

      • setLoggingLevelUpdater

        public void setLoggingLevelUpdater​(LoggingLevelUpdater value)
        Sets the scheme for updating the logging level of the deserialized object.
        Parameters:
        value - the updater
      • getLoggingLevelUpdater

        public LoggingLevelUpdater getLoggingLevelUpdater()
        Returns the scheme for updating the logging level of the deserialized object.
        Returns:
        the updater
      • loggingLevelUpdaterTipText

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

        public boolean canUpdateLoggingLevel​(Object obj)
        Checks whether the logging level can be updated.
        Specified by:
        canUpdateLoggingLevel in interface LoggingLevelUpdater
        Parameters:
        obj - the object to check
        Returns:
        true if can be updated
      • updateLoggingLevel

        public boolean updateLoggingLevel​(Object obj)
        Updates the logging level.
        Specified by:
        updateLoggingLevel in interface LoggingLevelUpdater
        Parameters:
        obj - the object to update
        Returns:
        true if level was updated