Returns the actual main view. @return The main view. @see #getMainViewStyle() @see #setMainViewStyle(int)
()
| 593 | * @see #setMainViewStyle(int) |
| 594 | */ |
| 595 | public AbstractMainView getMainView() { |
| 596 | return mainView; |
| 597 | } |
| 598 | |
| 599 | |
| 600 | /** |
no outgoing calls
no test coverage detected