| Interface | Description |
|---|---|
| AbstractToolboxAction.ToolboxGlyphConsumer | |
| ActionsToolboxFactory | |
| ActionsToolboxView<V extends ActionsToolboxView> | |
| ToolboxAction<H extends CanvasHandler> |
It describes and performs an action/operation that can be done
from a Toolbox.
|
| Class | Description |
|---|---|
| AbstractActionsToolboxFactory | |
| AbstractToolboxAction | |
| ActionsToolbox<V extends ActionsToolboxView<?>> |
A default toolbox implementation that decouples
the actions/operations to perform for an element
and the concrete toolbox' view implementation.
|
| CommonActionsToolboxFactory |
This factory builds a toolbox with some already defined buttons for common actions, like
removing an element.
|
| CreateConnectorToolboxAction |
A toolbox's action which goal is to create a new connection, as from the
toolbox's related node, to any other candidate canvas' node.
|
| CreateNodeToolboxAction |
A toolbox action/operation for creating a new node, connector and connections from
the source toolbox' element.
|
| DefaultCreateNodeAction | |
| DeleteNodeToolboxAction |
A toolbox action/operation for deleting an Element.
|
| FlowActionsToolboxFactory |
This factory builds a toolbox with a button for each candidate connector and target node that
can be attached as from the toolbox' related node.
|
| GeneralCreateNodeAction | |
| MorphActionsToolboxFactory |
This factory builds a toolbox with a button for each target morph definition available
for the toolbox' related node.
|
| MorphNodeToolboxAction |
A toolbox action/operation for an Element in order to morph it into another one.
|
| ToolboxDomainLookups |
| Annotation Type | Description |
|---|---|
| CommonActionsToolbox | |
| FlowActionsToolbox | |
| MorphActionsToolbox |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.