cytoflowgui.editors.instance_handler_editor#

A traitsui.editors.instance_editor.InstanceEditor that allows the handler to be created at runtime, using a factory.

class cytoflowgui.editors.instance_handler_editor.InstanceHandlerEditor(*args: Any, **kwargs: Any)[source]#

Bases: InstanceEditor

custom_editor_class#

alias of _InstanceHandlerEditor

handler_factory#

The factory to create this editor’s handler

alias of Callable

custom_editor(ui, object, name, description, parent)[source]#

Generates an editor using the “custom” style.