Class MainWorkflowElementCategory
- java.lang.Object
-
- de.xima.fc.workflow.designer.model.AWorkflowElementCategory
-
- de.xima.fc.workflow.designer.model.MainWorkflowElementCategory
-
- All Implemented Interfaces:
IGuiCategory
,Serializable
public class MainWorkflowElementCategory extends AWorkflowElementCategory
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MainWorkflowElementCategory(String displayName, String sortKey, IGuiIcon icon)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getActiveIndices()
List<SubWorkflowElementCategory>
getSubCategories()
void
setActiveIndices(String activeIndices)
String
toString()
-
Methods inherited from class de.xima.fc.workflow.designer.model.AWorkflowElementCategory
equals, getDisplayName, getIcon, getSortKey, hashCode
-
-