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

Method getText

src/dorkbox/systemTray/MenuItem.java:257–260  ·  view source on GitHub ↗

@return the text label that the menu entry has assigned

()

Source from the content-addressed store, hash-verified

255 * @return the text label that the menu entry has assigned
256 */
257 public
258 String getText() {
259 return text;
260 }
261
262 /**
263 * Specifies the new text to set for a menu entry

Callers 2

asSwingComponentMethod · 0.95
MenuItemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected