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

Method scrollToTop

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

Source from the content-addressed store, hash-verified

1245 }
1246
1247 public void scrollToTop() {
1248 sbVert.setValue(0);
1249 iY = 0;
1250 for (int i=0; i<iColCount; i++)
1251 tc.calcAutoWidth(i);
1252 adjustHScroll();
1253 tc.repaint();
1254 }
1255
1256 void flush() {
1257 if (vData!=null)

Callers 3

showArrayInspectorMethod · 0.95
showMethod · 0.95
sortMethod · 0.95

Calls 4

adjustHScrollMethod · 0.95
calcAutoWidthMethod · 0.80
setValueMethod · 0.45
repaintMethod · 0.45

Tested by

no test coverage detected