| Class | Description |
|---|---|
| AbstractCanvasCommand |
Base type for commands that update the canvas.
|
| AbstractCanvasGraphCommand |
Base type for commands which update both graph status/structure and canvas.
|
| AbstractCanvasNodeRegistrationCommand |
Base canvas command that adds a node and its children, if any, into the canvas, by aggregating
canvas commands into a composite one, which finally is executed.
|
| AbstractNodeDeregistrationCommand | |
| AddCanvasChildNodeCommand |
Registers the child shape into the canvas and add it into the parent's one as well.
|
| AddCanvasConnectorCommand |
Adds a new connector shape into the canvas and updates its connections.
|
| AddCanvasDockedNodeCommand |
Registers the candidate node into the canvas and docks it into the parent node.
|
| AddCanvasNodeCommand |
Registers a node shape into de canvas.
|
| AddChildNodeCommand | |
| AddConnectorCommand |
Adds a connector shape into the canvas and sets its source node.
|
| AddDockedNodeCommand |
Registers the candidate node and docks it into the parent node.
|
| AddNodeCommand |
Registers the candidate node.
|
| CanvasDockNodeCommand |
Docks a node shape into thee parent's one in the canvas context.
|
| CanvasUndockNodeCommand |
Removes the parent-dock relationship between two nodes in the canvas context.
|
| ClearCanvasCommand |
Clears the canvas.
|
| ClearCommand |
Clears the canvas and the graph.
|
| DefaultCanvasCommandFactory | |
| DeleteCanvasConnectorCommand |
Removes a connector between two nodes from the canvas.
|
| DeleteCanvasNodeCommand |
Deletes a node shape from the canvas.
|
| DeleteConnectorCommand |
Removes a connector between two nodes from the canvas and graph structure
Operation is done both model and canvas side.
|
| DeleteNodeCommand | |
| DockNodeCommand | |
| DrawCanvasCommand | |
| MorphCanvasNodeCommand | |
| MorphNodeCommand | |
| RemoveCanvasChildCommand |
Removes the parent-child relationship between two nodes in the canvas context.
|
| RemoveChildCommand |
Removes the parent-child relationship between two nodes.
|
| SetCanvasChildNodeCommand | |
| SetCanvasConnectionCommand | |
| SetChildNodeCommand | |
| SetConnectionSourceNodeCommand | |
| SetConnectionTargetNodeCommand | |
| UnDockNodeCommand |
Removes the parent-dock relationship between two nodes.
|
| UpdateCanvasElementPositionCommand | |
| UpdateCanvasElementPropertyCommand | |
| UpdateElementPositionCommand | |
| UpdateElementPropertyCommand |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.