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

Class IEditor

source code

object --+    
         |    
   IViewer --+
             |
            IEditor

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

Note that not implementing the IEditor interface does not restrict the class from editing the IContainer contents internally.

Instance Methods [hide private]

Inherited from IViewer: getContainerDataSource, setContainerDataSource

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

Properties [hide private]

Inherited from object: __class__