public void focus() { if (renderer != null) { renderer.focus(null); } }
protected void onClose() { renderer.dispose(); renderer = null; }