MCPcopy Index your code
hub / github.com/adolfintel/NoteBot / getText

Method getText

StickyNotes/src/com/dosse/stickynotes/Note.java:623–625  ·  view source on GitHub ↗

get text currently inside the note @return text

()

Source from the content-addressed store, hash-verified

621 * @return text
622 */
623 public String getText() {
624 return text.getText();
625 }
626
627 /**
628 * set text currently inside the note

Callers 4

keyPressedMethod · 0.80
actionPerformedMethod · 0.80
saveStateMethod · 0.80
mouseReleasedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected