IEditor Interface
Namespace: NextDesign.Core
Description
Access object to editor information.
Belonging Area
| Name | Description |
|---|---|
| Editor | A group of APIs to access editors. |
Inherit Base
| Name | Description |
|---|---|
| IRepresentation | Access object to representation information. |
Derived from
| Name | Description |
|---|---|
| IDiagram | Access object for diagram editor information. If the EditorType of IEditor is "ERDiagram" or "TreeDiagram", you can access information specific to the diagram editor by casting to this interface type. |
| ITreeGrid | Access object for tree grid information. If the EditorType of IEditor is "TreeGrid", you can access information specific to the tree grid by casting to this interface type. |
| IForm | Access object for form editor information. If the EditorType of IEditor is "DocumentForm", you can access information specific to the form by casting to this interface type. |
| ICustomEditor | An object to access custom editor information. |
| ISequenceDiagram | An object to access sequence diagram (diagram) information. |
| IConfigurationEditor | An object to access configuration editor information. |
Property
| Name | Description |
|---|---|
| EditorDefinition | View definition for this editor |
| EditorType | Editor type "ERDiagram" : ER diagram "TreeDiagram" : Tree diagram "SequenceDiagram" : Sequence diagram "DocumentForm" : Document form "TreeGrid" : Tree grid "Custom" : Custom |
Method
| Name | Description |
|---|---|
| GetSelectedElements | Gets the elements selected in the editor. The collection of selected elements is in an unspecified order. If no elements are selected, returns an empty collection. |