NevronOpenVision
Nevron.Nov.Editors Namespace / NEditor Class


NEditor Class Methods

For a list of all members of this type, see NEditor members.

Public Methods
 NameDescription
Public MethodGets the declaration order.  
Public MethodUpdates the editor from the edited node  
Top
Protected Methods
 NameDescription
Protected MethodPlaces the specified editor control in an optional adorner  
Protected MethodHooks the editor to the current edited node's events.  
Protected MethodMust override to create the UI control of the editor.  
Protected MethodCreates a group box with the given header and content.  
Protected MethodCreates the preview factory for the edited node  
Protected MethodUnhooks the editor from the current edited node's events.  
Protected MethodOptionally embeds the specified child editor in a group box, depending on the EmbedChildEditors style setting  
Protected MethodOptionally embeds the UI control of the editor in a group box, depending on the EmbedControl style setting.  
Protected MethodGets the default display order of the editor. This implementation returns NEditor.DefaultDisplayOrder.  
Protected MethodGets the default editor prompt  
Protected MethodGets the default editor title.  
Protected Method  
Protected Method  
Protected MethodGets the margins that should be set to group boxes.  
Protected MethodInitializes the editor  
Protected MethodCalled when when the edited node has changed. Raises the UpdatePreview event.  
Protected MethodCalled when the editor has been initialized  
Protected MethodOverridden. Called after the document node is registered in its owner document.  
Protected MethodOverridden. Called after the document node is unregistered from its owner document.  
Protected MethodUpdates the editor from the edited node.  
Protected MethodRaises the UpdatePreview event.  
Protected MethodUpdates the Enabled and Visibility state of this editor.  
Top
See Also