Skip to main content

Editor #Editor

Description

APIs to access the editor.

Interfaces belonging to the area

NameDescription
IRepresentationAccess object for representation information.
IEditorAccess object for editor information.
IEditorElementAccess object to the editor element.
IFormForm Editor Access object for information.
If the EditorType of IEditor is "DocumentForm", you can access form-specific information by casting to this interface type.
IFormElementAccess object to form element information.
IShapeProvides access to shape information.
IDiagramDiagram 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.
IGridProvides access to the grid of the form.
IGridColumnProvides access to the grid columns of the form.
IGridRowProvides access to the grid rows of the form.
IGridCellProvides access to the cells in the form grid row.
INodeNode Access object to graphic element information.
IPortPort Access object for graphic element information.
IConnectorConnector Access object for graphic element information.
IShapeStyleProvides access to shape style information.
ITreeGridAccess 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.
ITreeGridColumnAccess object to the column information of the tree grid.
ITreeGridNodeAccess object to the node information of the tree grid.
ITreeGridCellProvides 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.
INodeShapeStyleProvides access to node shape style information.