Classes
EditorPanel | A base enamldef for creating live editor panels. |
ModelEditorPanel | An editor panel which is setup for editing a live model. |
TracebackPanel | A panel for viewing the traceback of a ‘LiveEditorModel’. |
ViewEditorPanel | An editor panel which is setup for editing a live view. |
ViewPanel | A panel for viewing the compiled view of a ‘LiveEditorModel’. |
Bases: enaml.widgets.container.Container
A base enamldef for creating live editor panels.
Users will typically use one the derived classes ‘ModelEditorPanel’ or ‘ViewEditorPanel’.
Bases: enaml.applib.live_editor_view.EditorPanel
An editor panel which is setup for editing a live model.
The user must assign a ‘LiveEditorModel’ instance to the ‘model’ attribute.
Bases: enaml.widgets.container.Container
A panel for viewing the traceback of a ‘LiveEditorModel’.
Bases: enaml.applib.live_editor_view.EditorPanel
An editor panel which is setup for editing a live view.
The user must assign a ‘LiveEditorModel’ instance to the ‘model’ attribute.
Bases: enaml.widgets.container.Container
A panel for viewing the compiled view of a ‘LiveEditorModel’.