Inherits from
- MWorkbenchPart: enthought.pyface.workbench.i_workbench_part.MWorkbenchPart
Attributes
- command_stack
The optional command stack.
command_stack = Instance('enthought.undo.api.ICommandStack')
- dirty
Is the object that the editor is editing 'dirty' i.e., has it been modified but not saved?
dirty = Bool(False)
- obj
The object that the editor is editing.
The framework sets this when the editor is created.
obj = Any
Method summary
Inherited from base classes
- create_control(self, parent)
- destroy_control(self)
- set_focus(self)
Methods
- __str__(self)
Return an informal string representation of the object.
- close(self)
Close the editor.