Name | Description | |
---|---|---|
![]() | GetDeclarationOrder | Gets the declaration order. |
![]() | UpdateFromEditedNode | Updates the editor from the edited node |
For a list of all members of this type, see NEditor members.
Name | Description | |
---|---|---|
![]() | GetDeclarationOrder | Gets the declaration order. |
![]() | UpdateFromEditedNode | Updates the editor from the edited node |
Name | Description | |
---|---|---|
![]() | AdornControl | Places the specified editor control in an optional adorner |
![]() | AttachToEditedNode | Hooks the editor to the current edited node's events. |
![]() | CreateControl | Must override to create the UI control of the editor. |
![]() | CreateGroupBox | Creates a group box with the given header and content. |
![]() | CreatePreviewFactory | Creates the preview factory for the edited node |
![]() | DetachFromEditedNode | Unhooks the editor from the current edited node's events. |
![]() | EmbedChildEditor | Optionally embeds the specified child editor in a group box, depending on the EmbedChildEditors style setting |
![]() | EmbedControl | Optionally embeds the UI control of the editor in a group box, depending on the EmbedControl style setting. |
![]() | GetDefaultDisplayOrder | Gets the default display order of the editor. This implementation returns NEditor.DefaultDisplayOrder. |
![]() | GetDefaultPrompt | Gets the default editor prompt |
![]() | GetDefaultTitle | Gets the default editor title. |
![]() | GetEditedNodeAncestor<TType> | |
![]() | GetEditedNodeAncestors<TType> | |
![]() | GetGroupBoxMargins | Gets the margins that should be set to group boxes. |
![]() | InitializeCore | Initializes the editor |
![]() | OnEditedNodeChanged | Called when when the edited node has changed. Raises the UpdatePreview event. |
![]() | OnInitialized | Called when the editor has been initialized |
![]() | OnRegistered | Overridden. Called after the document node is registered in its owner document. |
![]() | OnUnregistered | Overridden. Called after the document node is unregistered from its owner document. |
![]() | OnUpdateFromEditedNode | Updates the editor from the edited node. |
![]() | OnUpdatePreview | Raises the UpdatePreview event. |
![]() | UpdateEnabledAndVisibilityState | Updates the Enabled and Visibility state of this editor. |