EditorRegistry

@author Ludwig Jaeck EditorRegistry is modeled after the singleton model to have a central manager for all AttributeEditor types used while constructing the gui. This is needed since there is no monolithic gui builder used which would build the whole attribute table widget hierarchy but in every level of the attribute tree model, UI delegates are able to add sub elements themselve.


Field: registry [EditorRegistry]

The singleton instance of the registry


Field: editorConstructors [AttributeEditor>>]

editorConstructors holds all constructors of the registered AttributeEditors