Interface ModelLoaderSupporter

    • Method Detail

      • modelLoadingTypeTipText

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

        String modelFileTipText()
        Returns the tip text for this property.
        Specified by:
        modelFileTipText in interface ModelFileHandler
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setModelActor

        void setModelActor​(CallableActorReference value)
        Sets the callable actor to obtain the model from.
        Parameters:
        value - the actor reference
      • getModelActor

        CallableActorReference getModelActor()
        Returns the callable actor to obtain the model from.
        Returns:
        the actor reference
      • modelActorTipText

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

        void setModelStorage​(StorageName value)
        Sets the storage item name to get the model from.
        Parameters:
        value - the storage name
      • getModelStorage

        StorageName getModelStorage()
        Returns the storage item name to get the model from.
        Returns:
        the storage name
      • modelStorageTipText

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