Uses of Enum
de.xima.fc.workflow.designer.model.EFlowGraphLayoutMode
Packages that use EFlowGraphLayoutMode
-
Uses of EFlowGraphLayoutMode in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return EFlowGraphLayoutModeMethods in de.xima.fc.workflow.designer.bean with parameters of type EFlowGraphLayoutModeModifier and TypeMethodDescriptionvoidWorkflowFlowGraphVisualizationModel.setLayoutMode(EFlowGraphLayoutMode layoutMode) -
Uses of EFlowGraphLayoutMode in de.xima.fc.workflow.designer.model
Subclasses with type arguments of type EFlowGraphLayoutMode in de.xima.fc.workflow.designer.modelModifier and TypeClassDescriptionenumPossible ways of how the flow graph layout is computed for purposes of visualization.Methods in de.xima.fc.workflow.designer.model that return EFlowGraphLayoutModeModifier and TypeMethodDescriptionstatic EFlowGraphLayoutModeReturns 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.