traitsui.ui_editors.array_view_editor module

Defines an ArrayViewEditor for displaying 1-d or 2-d arrays of values.

class traitsui.ui_editors.array_view_editor.ArrayViewAdapter

Bases: traitsui.tabular_adapter.TabularAdapter

get_item(object, trait, row)

Returns the value of the object.trait[row] item.

len(object, trait)

Returns the number of items in the specified object.trait list.

class traitsui.ui_editors.array_view_editor.ArrayViewEditor(*args, **traits)

Bases: traitsui.basic_editor_factory.BasicEditorFactory

Previous topic

traitsui.ui_editors package

Next topic

traitsui.ui_editors.data_frame_editor module

This Page