7980818283848586878889
Component c = ComponentManager.get().find(pe.getTarget()); if (key == 117) { onToggle(c, pe); } Window w = null; if (c != null) { w = isWindow(c); if (w == null) { focusComponent = c; }
240241242243244245246247248249250
} protected void onToggle(Component c, PreviewEvent pe) { pe.stopEvent(); if (c != null) { Window w = isWindow(c); if (w != null) { onWindowToggle(w, pe); } else { onComponentToggle(c, pe); }