MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / escapePressed

Method escapePressed

ij/src/main/java/ij/gui/HTMLDialog.java:121–123  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119 public void keyTyped(KeyEvent e) {}
120
121 public boolean escapePressed() {
122 return escapePressed;
123 }
124
125 public void hyperlinkUpdate(HyperlinkEvent e) {
126 if (e.getEventType() == HyperlinkEvent.EventType.ACTIVATED) {

Callers 1

showMessageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected