()
| 505 | // LAUNCH A WINDOW TO INSPECT TEMPLATE HIERARCHY |
| 506 | |
| 507 | public STViz inspect() { |
| 508 | return inspect(Locale.getDefault()); |
| 509 | } |
| 510 | |
| 511 | public STViz inspect(int lineWidth) { |
| 512 | return inspect(impl.nativeGroup.errMgr, Locale.getDefault(), lineWidth); |
no test coverage detected