| java.lang.Object com.opensymphony.workflow.designer.actions.CellFactory
CellFactory | public class CellFactory (Code) | | author: Gulei |
Method Summary | |
public static WorkflowCell | createCell(WorkflowDescriptor workflow, WorkflowGraphModel model, Point location, DragData data) | public static JoinCell | createJoin(WorkflowDescriptor workflow, WorkflowGraphModel model, Point location) | public static SplitCell | createSplit(WorkflowDescriptor workflow, WorkflowGraphModel model, Point location) | public static StepCell | createStep(WorkflowDescriptor workflow, WorkflowGraphModel model, Point location) | public static StepCell | createStep(WorkflowDescriptor workflow, StepDescriptor step, WorkflowGraphModel model, Point location) |
|
|