public class GraphCanvasEvent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GraphCanvasEvent.GraphCanvasEventType
The type of an event.
|
| Constructor and Description |
|---|
GraphCanvasEvent(GraphCanvasEvent.GraphCanvasEventType type,
GraphCanvas canvas,
Workflow workflow)
Constructs a GraphPanelEvent.
|
| Modifier and Type | Method and Description |
|---|---|
GraphCanvas |
getGraphCanvas() |
GraphCanvasEvent.GraphCanvasEventType |
getType() |
Workflow |
getWorkflow() |
public GraphCanvasEvent(GraphCanvasEvent.GraphCanvasEventType type, GraphCanvas canvas, Workflow workflow)
type - canvas - workflow - public GraphCanvasEvent.GraphCanvasEventType getType()
public GraphCanvas getGraphCanvas()
public Workflow getWorkflow()
Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.