Class SubWorkflowElementCategory
- java.lang.Object
-
- de.xima.fc.workflow.designer.model.AWorkflowElementCategory
-
- de.xima.fc.workflow.designer.model.SubWorkflowElementCategory
-
- All Implemented Interfaces:
IGuiCategory
,Serializable
public class SubWorkflowElementCategory extends AWorkflowElementCategory
POJO for the workflow designer drawer panel that represents a sub category with nodes and triggers.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SubWorkflowElementCategory(String displayName, String sortKey, IGuiIcon icon)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<IElementPrototypeWrapper<?>>
getElements()
String
toString()
-
Methods inherited from class de.xima.fc.workflow.designer.model.AWorkflowElementCategory
equals, getDisplayName, getIcon, getSortKey, hashCode
-
-