Class TerminalActionActor.Settings

    • Constructor Detail

      • Settings

        public Settings()
        Creates the settings without name.
      • Settings

        public Settings​(Atom propertyAtom)
        Creates the settings with specified name.
        Parameters:
        propertyAtom - the property atom.
    • Method Detail

      • addScreenActionReference

        public void addScreenActionReference​(ScreenActionProp action)
        Adds the screen action reference.
        Parameters:
        action - The screen action.
      • getScreenActionReference

        public ScreenActionReference getScreenActionReference()
        Gets the screen action reference.
        Returns:
        The ScreenActionReference, or null if not defined.
      • getScreenActionProp

        public ScreenActionProp getScreenActionProp()
        Gets the screen action property that is referenced.
        Returns:
        The screen action property instance, or null for none.