Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NEditor Class
Members


In This Topic
    NEditor Class
    In This Topic
    A content element, which serves as base class for all editors. An editor displays and edits certain aspects of the EditedNode assigned to it. Editors are resposible for the creation an maintance of a single UI control, which is specific for each type of editor. The UI control of editor can contain other editors and is constructed when the editor is initialized.
    Object Model
    NEditor Class
    Syntax
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Dom.NNode
          Nevron.Nov.Dom.NDocumentNode
             Nevron.Nov.Dom.NElement
                Nevron.Nov.Dom.NVisual
                   Nevron.Nov.UI.NInputElement
                      Nevron.Nov.UI.NBoxElement
                         Nevron.Nov.UI.NWidget
                            Nevron.Nov.UI.NContentHolder
                               Nevron.Nov.Editors.NEditor
                                  Nevron.Nov.Editors.NCategoryEditor
                                  Nevron.Nov.Editors.NEmptyEditor
                                  Nevron.Nov.Editors.NGeneralEditor
                                  Nevron.Nov.Editors.NNodeSurrogateEditor
                                  Nevron.Nov.Editors.NPropertyEditor

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also