Editor #Editor
Description
APIs to access the editor.
Interfaces belonging to the area
Name | Description |
---|---|
IRepresentation | Access object for representation information. |
IEditor | Access object for editor information. |
IEditorElement | Access object to the editor element. |
IForm | Form Editor Access object for information. If the EditorType of IEditor is "DocumentForm", you can access form-specific information by casting to this interface type. |
IFormElement | Access object to form element information. |
IShape | Provides access to shape information. |
IDiagram | Diagram Editor Access object for information. If the EditorType of IEditor is "ERDiagram" or "TreeDiagram", you can access the information specific to the diagram editor by casting to this interface type. |
IGrid | Provides access to the grid of the form. |
IGridColumn | Provides access to the grid columns of the form. |
IGridRow | Provides access to the grid rows of the form. |
IGridCell | Provides access to the cells in the form grid row. |
INode | Node Access object to graphic element information. |
IPort | Port Access object for graphic element information. |
IConnector | Connector Access object for graphic element information. |
IShapeStyle | Provides access to shape style information. |
ITreeGrid | Access object for tree grid information. If the EditorType of IEditor is "TreeGrid", you can access the information specific to the tree grid by casting to this interface type. |
ITreeGridColumn | Access object to the column information of the tree grid. |
ITreeGridNode | Access object to the node information of the tree grid. |
ITreeGridCell | Provides access to the cells of the tree grid node. |
IConfigurationEditor | An access object to the Configuration Editor information. |
ICustomEditor | Access object for custom editor information. |
ICustomEditorSettings | Custom editor-specific setting information. |
INodeShapeStyle | Provides access to node shape style information. |