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

Method getSelectionEnd

ij/src/main/java/ij/text/TextPanel.java:1188–1190  ·  view source on GitHub ↗

Returns the index of the last selected line, or -1 if there is no slection.

()

Source from the content-addressed store, hash-verified

1186 /** Returns the index of the last selected line, or -1
1187 if there is no slection. */
1188 public int getSelectionEnd() {
1189 return selEnd;
1190 }
1191
1192 /** Sets the ResultsTable associated with this TextPanel. */
1193 public void setResultsTable(ResultsTable rt) {

Callers 15

showLinePosMethod · 0.95
mouseClickedMethod · 0.95
doCommandMethod · 0.95
cutMethod · 0.45
pasteMethod · 0.45
displayMethod · 0.45
runMacroMethod · 0.45
evaluateJavaScriptMethod · 0.45
evaluateScriptMethod · 0.45
evaluateLineMethod · 0.45
cutMethod · 0.45
assignToRepeatCommandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected