MCPcopy Create free account
hub / github.com/dorkbox/SystemTray / getText

Method getText

src/dorkbox/systemTray/Status.java:49–52  ·  view source on GitHub ↗

@return the text label that the menu entry has assigned

()

Source from the content-addressed store, hash-verified

47 * @return the text label that the menu entry has assigned
48 */
49 public
50 String getText() {
51 return text;
52 }
53
54 /**
55 * Specifies the new text to set for a menu entry

Callers 15

asSwingComponentMethod · 0.95
MenuMethod · 0.45
asSwingComponentMethod · 0.45
setTextMethod · 0.45
actionPerformedMethod · 0.45
setTextMethod · 0.45
setTextMethod · 0.45
actionPerformedMethod · 0.45
setTextMethod · 0.45
setTextMethod · 0.45
setTextMethod · 0.45
itemStateChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected