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

Method selectAll

ij/src/main/java/ij/plugin/frame/Editor.java:1722–1725  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1720 }
1721
1722 void selectAll() {
1723 ta.selectAll();
1724 showLinePos();
1725 }
1726
1727 void changeFontSize(boolean larger) {
1728 int in = fontSizeIndex;

Callers 7

actionPerformedMethod · 0.95
getDataMethod · 0.45
openMethod · 0.45
displayMethod · 0.45
saveMethod · 0.45
saveMethod · 0.45
openMethod · 0.45

Calls 1

showLinePosMethod · 0.95

Tested by

no test coverage detected