()
| 812 | } |
| 813 | |
| 814 | protected IHandleViews createViewHandler() { |
| 815 | return newHandler(IHandleViews.class); |
| 816 | } |
| 817 | |
| 818 | public ISupportML getMLSupporter() { |
| 819 | if (mMLSupporter == null) mMLSupporter = this.createMLSupporter(); |
no test coverage detected