Class AWorkflowElementCategory
java.lang.Object
de.xima.fc.workflow.designer.model.AWorkflowElementCategory
- All Implemented Interfaces:
IGuiCategory
,Serializable
- Direct Known Subclasses:
MainWorkflowElementCategory
,SubWorkflowElementCategory
Abstract base class for element categories
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Details
-
AWorkflowElementCategory
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
-
getDisplayName
- Specified by:
getDisplayName
in interfaceIGuiCategory
-
getSortKey
- Specified by:
getSortKey
in interfaceIGuiCategory
-
getIcon
- Specified by:
getIcon
in interfaceIGuiCategory
-
equals
-
hashCode
public int hashCode()
-