public class TaskGraphHandler
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
TaskGraphHandler.TaskFactoryItem |
Constructor and Description |
---|
TaskGraphHandler() |
Modifier and Type | Method and Description |
---|---|
static void |
connect(TaskGraphPanel panel,
Node outnode,
Node innode)
Connects two nodes, type checking if required
|
static void |
createTask(Tool tool,
TaskGraphPanel panel,
int x,
int y)
Creates a unit from a ToolImp object and places it on this MainTriana at the position indicated and sets it to be
the only selected ToolImp.
|
public static void createTask(Tool tool, TaskGraphPanel panel, int x, int y)
public static void connect(TaskGraphPanel panel, Node outnode, Node innode)