()
| 801 | |
| 802 | |
| 803 | public IHandleViews getViewHandler() { |
| 804 | if (mViewHandler == null) mViewHandler = this.createViewHandler(); |
| 805 | if (mViewHandler == null) throw new UnsupportedOperationException(); |
| 806 | else return mViewHandler; |
| 807 | } |
| 808 | |
| 809 | public DDF setViewHandler(IHandleViews aViewHandler) { |
| 810 | this.mViewHandler = aViewHandler; |
no test coverage detected