Interface BaseActionWithGroup

    • Method Detail

      • setGroup

        void setGroup​(String value)
        Sets the group of the action.
        Parameters:
        value - the name of the group, null to unset
      • getGroup

        String getGroup()
        Returns the group this action belongs to.
        Returns:
        the name of the group, null if not set