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: traitsui.api.

custom_editor_class

alias of cytoflowgui.editors.instance_handler_editor._InstanceHandlerEditor

handler_factory

alias of traits.trait_types.Callable

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

Generates an editor using the “custom” style.