Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
keyPressed
Method · 0.80
actionPerformed
Method · 0.80
saveState
Method · 0.80
mouseReleased
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected