Skip to main content

IEditor interface

Namespace: NextDesign.Core

Description

Access object to editor information.

Affiliation area

NameDescription
EditorAPIs to access editors.

Inherit Base

NameDescription
IRepresentationIs an access object to representation information.

Destination

NameDescription
IDiagramAccess object 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.
ITreeGridAccess object to tree grid information.
If the IEditor's EditorType is "TreeGrid", you can access tree grid specific information by casting to this interface type.
IFormAccess object to form editor information.
If the IEditor's EditorType is "DocumentForm", you can access form-specific information by casting to this interface type.
ICustomEditorAccess object to custom editor information.
ISequenceDiagramThe access object to the sequence diagram (diagram) information.
IConfigurationEditorAccess object to configuration editor information.

Property

NameDescription
EditorDefinitionView definition for this editor
EditorTypeEditor type
"ERDiagram" : ER diagram
"TreeDiagram" : tree diagram
"SequenceDiagram" : sequence diagram
"DocumentForm " : document form
"TreeGrid" : tree grid
"Custom" : custom

Method

NameDescription
GetSelectedElementsGets the selected elements in the editor.
The order of the collection of select elements is indeterminate.
Returns an empty collection if no elements are selected.