Class AWorkflowElementCategory

java.lang.Object
de.xima.fc.workflow.designer.model.AWorkflowElementCategory
All Implemented Interfaces:
IGuiCategory, Serializable
Direct Known Subclasses:
MainWorkflowElementCategory, SubWorkflowElementCategory

public abstract class AWorkflowElementCategory extends Object implements IGuiCategory
Abstract base class for element categories
Since:
7.0.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • 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.
  • Method Details