| Trees | Index | Help | 
|---|
| Module gwy :: Class ResourceEditor | 
  | 
| Method Summary | |
|---|---|
Commits pending resource changes, if there are any.  | |
Gets the currently edited resource.  | |
Queues commit of resource changes, marking the currently edited resource `dirty'.  | |
Sets up particular resource editor.  | |
| Method Details | 
|---|
  commit()Commits pending resource changes, if there are any. It calls  
  | 
  get_edited()Gets the currently edited resource. It is an error to call this method when no resource is being edited.
  | 
  queue_commit()Queues commit of resource changes, marking the currently edited resource `dirty'. Call this method in particular resource editor subclass whenever user changes some editor property. To flush pending commit, callResource.editor_commit(). 
  To immediately commit a change, call this method and then 
  Resource.editor_commit().
   | 
  setup()Sets up particular resource editor. Helper method only intended for resource editor implementation. To be called in particular resource initialization methods. | 
| Trees | Index | Help | 
|---|
| Generated by Epydoc 2.1 on Tue Dec 30 04:01:41 2008 | http://epydoc.sf.net |