comparison pyink/domview_ui.py @ 1335:194c7a831083

Consistent checking for components and timelines
author Thinker K.F. Li <thinker@codemud.net>
date Mon, 31 Jan 2011 23:21:20 +0800
parents 5da64f67d00d
children 0b5ee9c90af7
comparison
equal deleted inserted replaced
1334:38403fdb0c6c 1335:194c7a831083
479 comp_name) 479 comp_name)
480 pass 480 pass
481 481
482 def rename_timeline(self, timeline_name, new_name): 482 def rename_timeline(self, timeline_name, new_name):
483 self._dom.rename_timeline(timeline_name, new_name) 483 self._dom.rename_timeline(timeline_name, new_name)
484 pass
485
486 def refresh_components(self):
487 dock = self._comp_dock
488 dock.refresh_components()
489 pass
490
491 def refresh_timelines(self):
492 dock = self._comp_dock
493 dock.refresh_timelines()
484 pass 494 pass
485 pass 495 pass
486 496
487 497
488 ## \brief Bridge of DOM-tree to syncrhonize data-model and UI. 498 ## \brief Bridge of DOM-tree to syncrhonize data-model and UI.