MCPcopy Index your code
hub / github.com/Nurtak/ObjectGraphVisualization / requestFocus

Method requestFocus

src/ch/hsr/ogv/view/PaneBox.java:467–470  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

465 }
466
467 @Override
468 public void requestFocus() {
469 get().requestFocus();
470 }
471
472 public void setAllLabelSelected(boolean selected) {
473 setLabelSelected(this.topLabel, selected);

Callers

nothing calls this directly

Calls 2

getMethod · 0.95
requestFocusMethod · 0.65

Tested by

no test coverage detected