Uses of Class
de.xima.fc.workflow.designer.model.EFlowGraphLayoutMode
-
Packages that use EFlowGraphLayoutMode Package Description de.xima.fc.workflow.designer.bean de.xima.fc.workflow.designer.model -
-
Uses of EFlowGraphLayoutMode in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return EFlowGraphLayoutMode Modifier and Type Method Description EFlowGraphLayoutMode
WorkflowFlowGraphVisualizationModel. getLayoutMode()
Methods in de.xima.fc.workflow.designer.bean with parameters of type EFlowGraphLayoutMode Modifier and Type Method Description void
WorkflowFlowGraphVisualizationModel. setLayoutMode(EFlowGraphLayoutMode layoutMode)
-
Uses of EFlowGraphLayoutMode in de.xima.fc.workflow.designer.model
Methods in de.xima.fc.workflow.designer.model that return EFlowGraphLayoutMode Modifier and Type Method Description static EFlowGraphLayoutMode
EFlowGraphLayoutMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static EFlowGraphLayoutMode[]
EFlowGraphLayoutMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-