Interface DynamicInitializer

    • Method Detail

      • setOnTheFly

        void setOnTheFly​(boolean value)
        Sets whether the initialization happens at runtime and may not be present at startup time.
        Parameters:
        value - true if initializing at runtime
      • getOnTheFly

        boolean getOnTheFly()
        Returns whether the initialization happens at runtime and may not be present at startup time.
        Returns:
        true if initializing at runtime
      • onTheFlyTipText

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