| Class | Description |
|---|---|
| AbstractCanvasCommand |
Base type for commands that update the canvas.
|
| AbstractCanvasCompositeCommand | |
| AbstractCanvasGraphCommand |
Base type for commands which update both graph status/structure and canvas.
|
| AbstractRegistrationCanvasNodeCommand | |
| 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.
|
| AddCanvasControlPointCommand | |
| 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.
|
| AddControlPointCommand |
Adds a connector
ControlPoint into the canvas. |
| 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.
|
| CloneCanvasNodeCommand |
Clone a node shape into de canvas.
|
| CloneConnectorCommand | |
| CloneNodeCommand | |
| DefaultCanvasCommandFactory | |
| DeleteCanvasConnectorCommand |
Removes a connector between two nodes from the canvas.
|
| DeleteCanvasControlPointCommand | |
| 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.
|
| DeleteControlPointCommand |
Adds a connector shape into the canvas and sets its source node.
|
| DeleteElementsCommand | |
| DeleteNodeCommand | |
| DeleteNodeCommand.CanvasDeleteProcessor | |
| DockNodeCommand | |
| DrawCanvasCommand | |
| MorphCanvasNodeCommand | |
| MorphNodeCommand | |
| RemoveCanvasChildrenCommand |
Removes the parent-child relationship between two nodes in the canvas context.
|
| RemoveChildrenCommand |
Removes the parent-child relationship between two nodes.
|
| ResizeNodeCommand | |
| SetCanvasChildrenCommand | |
| SetCanvasConnectionCommand | |
| SetChildrenCommand | |
| SetConnectionSourceNodeCommand | |
| SetConnectionTargetNodeCommand | |
| UnDockNodeCommand |
Removes the parent-dock relationship between two nodes.
|
| UpdateCanvasControlPointPositionCommand |
Update a given
ControlPoint position on Canvas. |
| UpdateCanvasElementPositionCommand | |
| UpdateCanvasElementPropertyCommand | |
| UpdateChildrenCommand | |
| UpdateControlPointPositionCommand |
Update an existing
ControlPoint position on a given Edge. |
| UpdateDockNodeCommand | |
| UpdateDomainObjectPropertyCommand | |
| UpdateElementPositionCommand | |
| UpdateElementPropertyCommand |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.