Interface RestorableActor

    • Method Detail

      • setRestorationEnabled

        void setRestorationEnabled​(boolean value)
        Sets whether to enable restoration.
        Parameters:
        value - true if to enable restoration
      • isRestorationEnabled

        boolean isRestorationEnabled()
        Returns whether restoration is enabled.
        Returns:
        true if restoration enabled
      • restorationEnabledTipText

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

        void setRestorationFile​(PlaceholderFile value)
        Sets the file for storing the state.
        Parameters:
        value - the file
      • getRestorationFile

        PlaceholderFile getRestorationFile()
        Returns the file for storing the state.
        Returns:
        the file
      • restorationFileTipText

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