IMPORTANT - does not return view frame! Must call getFrame() from FView for that.
()
| 36 | * getFrame() from FView for that. |
| 37 | */ |
| 38 | public static FView getView() { return view; } |
| 39 | public static FControl getControl() { return control; } |
| 40 | |
| 41 | public static void initializeOnce(boolean withUi) { |
no outgoing calls
no test coverage detected