Class AbstractKeyboardActionWithActor

    • Field Detail

      • m_Actor

        protected Actor m_Actor
        the actor to use.
    • Constructor Detail

      • AbstractKeyboardActionWithActor

        public AbstractKeyboardActionWithActor()
    • Method Detail

      • getDefaultActor

        protected abstract Actor getDefaultActor()
        Returns the default actor of the action.
        Returns:
        the default
      • setActor

        public void setActor​(Actor value)
        Sets the actor of the action.
        Parameters:
        value - the actor
      • getActor

        public Actor getActor()
        Returns the actor of the action.
        Returns:
        the actor
      • actorTipText

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