Skip to main content

Editor

Description

A group of APIs to access the editor.

APIs belonging to the area

NameDescription
IRepresentationObject for accessing representation information.
IEditorObject for accessing editor information.
IEditorElementObject for accessing editor elements.
IFormObject for accessing form editor information.
If the EditorType of IEditor is "DocumentForm", you can access form-specific information by casting to this interface type.
IFormElementObject that provides access to form element information.
IShapeProvides access to shape information.
IDiagramObject that provides access to diagram editor information.
If the EditorType of IEditor is "ERDiagram" or "TreeDiagram", you can access diagram editor-specific information by casting to this interface type.
IGridProvides access to the form's grid.
IGridColumnProvides access to a grid column on a form.
IGridRowProvides access to a grid row on a form.
IGridCellProvides access to a cell in a grid row on a form.
INodeObject that provides access to node shape element information.
IPortObject that provides access to port shape element information.
IConnectorObject that provides access to connector shape element information.
IShapeStyleProvides access to style information for shapes.
ITreeGridObject to access tree grid information.
If the EditorType of IEditor is "TreeGrid", you can access tree grid specific information by casting to this interface type.
ITreeGridColumnObject to access column information for tree grid.
ITreeGridNodeObject to access node information for tree grid.
ITreeGridCellProvides access to a tree grid node cell.
IConfigurationEditorAn object to access configuration editor information.
ICustomEditorAn object to access custom editor information.
ICustomEditorSettingsSettings specific to a custom editor.
INodeShapeStyleProvides access to style information for node shapes.