IEditor interface
Namespace: NextDesign.Core
Description
Access object to editor information.
Affiliation area
| Name | Description |
|---|---|
| Editor | APIs to access editors. |
Inherit Base
| Name | Description |
|---|---|
| IRepresentation | Is an access object to representation information. |
Destination
| Name | Description |
|---|---|
| IDiagram | Access 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. |
| ITreeGrid | Access 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. |
| IForm | Access object to form editor information. If the IEditor's EditorType is "DocumentForm", you can access form-specific information by casting to this interface type. |
| ICustomEditor | Access object to custom editor information. |
| ISequenceDiagram | The access object to the sequence diagram (diagram) information. |
| IConfigurationEditor | Access object to 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 selected elements in the editor. The order of the collection of select elements is indeterminate. Returns an empty collection if no elements are selected. |