MCPcopy Create free account
hub / github.com/SoarGroup/Soar / close

Method close

Java/Debugger/src/edu/umich/soar/debugger/MainFrame.java:469–473  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

467 }
468
469 public void close()
470 {
471 thisWindowClosing();
472 this.getShell().dispose();
473 }
474
475 public String ShowInputDialog(String title, String prompt,
476 String initialValue)

Callers 6

runMethod · 0.95
exitPerformedMethod · 0.95
getUnusedPortMethod · 0.45
reportResultMethod · 0.45
thisWindowClosingMethod · 0.45
installMethod · 0.45

Calls 2

thisWindowClosingMethod · 0.95
getShellMethod · 0.95

Tested by 1

reportResultMethod · 0.36