Class AbstractAddTemplate

    • Constructor Detail

      • AbstractAddTemplate

        public AbstractAddTemplate()
    • Method Detail

      • getDefaultTemplate

        protected abstract AbstractActorTemplate getDefaultTemplate()
        Returns the default template of the action.
        Returns:
        the default
      • setTemplate

        public void setTemplate​(AbstractActorTemplate value)
        Sets the template of the action.
        Parameters:
        value - the template
      • getTemplate

        public AbstractActorTemplate getTemplate()
        Returns the template of the action.
        Returns:
        the template
      • templateTipText

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

        protected String check​(StateContainer state)
        Checks whether the current state is suitable.
        Overrides:
        check in class AbstractKeyboardAction
        Parameters:
        state - the current state
        Returns:
        null if OK, otherwise error message