| Interface | Description |
|---|---|
| IAttachedBoxTool |
Interface for creating graphic attached boxes in a diagram.
|
| IBoxTool |
Interface for creating graphic boxes in a diagram.
|
| IDiagramTool |
Basic definition of a command for the diagram palette.
It must provide a label, a tooltip and a bitmap. |
| ILinkTool |
Interface for creating graphic links in a diagram.
|
| IMultiLinkTool |
Interface for complex graphic creation interaction in a diagram.
|
| Class | Description |
|---|---|
| DefaultAttachedBoxTool |
Default implementation of a diagram attached box command.
|
| DefaultBoxTool |
Default implementation of a diagram box command.
|
| DefaultDiagramTool |
Base implementation of
IDiagramTool. |
| DefaultLinkTool |
Default implementation of a diagram link command.
|
| DefaultMultiLinkTool |
Interface for complex graphic creation interaction in a diagram.
|
| PaletteEntry |