Class AbstractVariableLoader

    • Constructor Detail

      • AbstractVariableLoader

        public AbstractVariableLoader()
    • Method Detail

      • getQuickInfo

        public String getQuickInfo()
        Returns a quick info about the object, which can be displayed in the GUI.
        Default implementation returns null.
        Specified by:
        getQuickInfo in interface QuickInfoSupporter
        Returns:
        null if no info available, otherwise short string
      • check

        protected void check​(MessageCollection errors)
        Checks whether the variables can be loaded.
        Parameters:
        errors - for collecting errors
      • doLoadVariables

        protected abstract Variables doLoadVariables​(MessageCollection errors)
        Loads the variables.
        Parameters:
        errors - for collecting errors
        Returns:
        the variables