MCPcopy Create free account
hub / github.com/RealTimeGenomics/rtg-tools / focusLost

Method focusLost

src/main/java/com/rtg/graph/RocPlot.java:313–317  ·  view source on GitHub ↗
(FocusEvent e)

Source from the content-addressed store, hash-verified

311 });
312 mTitleEntry.addFocusListener(new FocusAdapter() {
313 @Override
314 public void focusLost(FocusEvent e) {
315 setTitle(mTitleEntry.getText());
316 showCurrentGraph();
317 }
318 });
319 rightPanel.add(mTitleEntry, c);
320 rightPanel.add(mGraphType, c);

Callers

nothing calls this directly

Calls 3

setTitleMethod · 0.95
showCurrentGraphMethod · 0.95
getTextMethod · 0.80

Tested by

no test coverage detected