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:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAWorkflowElementCategory(String displayName, String sortKey, IGuiIcon icon)Creates a new element category with the given data.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetDisplayName()IGuiIcongetIcon()StringgetSortKey()inthashCode()
-
-
-
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.
-
-
Method Detail
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayNamein interfaceIGuiCategory
-
getSortKey
public String getSortKey()
- Specified by:
getSortKeyin interfaceIGuiCategory
-
getIcon
public IGuiIcon getIcon()
- Specified by:
getIconin interfaceIGuiCategory
-
-