Class AWorkflowElementCategory

    • Constructor Detail

      • AWorkflowElementCategory

        protected AWorkflowElementCategory​(String displayName,
                                           String sortKey,
                                           IGuiIcon icon)
        Creates a new element category with the given data.
        Parameters:
        displayName - Name of the category as displayed in the UI.
        sortKey - Sort key used to sort items in the same category.
        icon - Icon shown in the UI next to the display name.