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

Method cutSelection

ij/src/main/java/ij/text/TextPanel.java:875–880  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

873 }
874
875 void cutSelection() {
876 if (selStart==-1 || selEnd==-1)
877 selectAll();
878 copySelection();
879 clearSelection();
880 }
881
882 /** Implements the Clear command. */
883 public void doClear() {

Callers 1

doCommandMethod · 0.95

Calls 3

selectAllMethod · 0.95
copySelectionMethod · 0.95
clearSelectionMethod · 0.95

Tested by

no test coverage detected