Package muntjac :: Package data :: Module item :: Class IEditor
[hide private]
[frames] | no frames]

Class IEditor

source code

object --+    
         |    
   IViewer --+
             |
            IEditor

Interface implemented by the IEditor classes capable of editing the IItem. Implementing this interface means that the IItem serving as the data source of the editor can be modified through it.

Note: Not implementing the IEditor interface does not restrict the class from editing the contents of an internally.

Instance Methods [hide private]

Inherited from IViewer: getItemDataSource, setItemDataSource

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__