311 |
311 |
312 def _showView(self, win, fn=None): |
312 def _showView(self, win, fn=None): |
313 """ |
313 """ |
314 Protected method to show a view (i.e. window) |
314 Protected method to show a view (i.e. window) |
315 |
315 |
316 @param win editor window to be shown |
316 @param win editor assembly to be shown |
317 @param fn filename of this editor |
317 @param fn filename of this editor |
318 @exception RuntimeError Not implemented |
318 @exception RuntimeError Not implemented |
319 """ |
319 """ |
320 raise RuntimeError('Not implemented') |
320 raise RuntimeError('Not implemented') |
321 |
321 |