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

Method getText

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

Source from the content-addressed store, hash-verified

483 }
484
485 public String getText() {
486 if (ta==null)
487 return "";
488 else
489 return ta.getText();
490 }
491
492 public TextArea getTextArea() {
493 return ta;

Callers 15

itemStateChangedMethod · 0.45
insertUpdateMethod · 0.45
removeUpdateMethod · 0.45
changedUpdateMethod · 0.45
showDialogMethod · 0.45
runMethod · 0.45
saveMethod · 0.45
getFolderImageMethod · 0.45
textValueChangedMethod · 0.45
textValueChangedMethod · 0.45
runMethod · 0.45
saveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected