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 protected
AWorkflowElementCategory(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 boolean
equals(Object obj)
String
getDisplayName()
IGuiIcon
getIcon()
String
getSortKey()
int
hashCode()
-
-
-
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:
getDisplayName
in interfaceIGuiCategory
-
getSortKey
public String getSortKey()
- Specified by:
getSortKey
in interfaceIGuiCategory
-
getIcon
public IGuiIcon getIcon()
- Specified by:
getIcon
in interfaceIGuiCategory
-
-