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

Method cut

ij/src/main/java/ij/plugin/frame/Fitter.java:301–307  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

299
300
301 private void cut() {
302 if (copy()) {
303 int start = textArea.getSelectionStart();
304 int end = textArea.getSelectionEnd();
305 textArea.replaceRange("", start, end);
306 }
307 }
308
309 private void paste() {
310 String s;

Callers 1

actionPerformedMethod · 0.95

Calls 3

copyMethod · 0.95
getSelectionStartMethod · 0.45
getSelectionEndMethod · 0.45

Tested by

no test coverage detected