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

Method getTooltip

src/dorkbox/systemTray/Checkbox.java:262–265  ·  view source on GitHub ↗

Gets the mouse-over tooltip for the meme entry. NOTE: This is not consistent across all platforms and tray types.

()

Source from the content-addressed store, hash-verified

260 * NOTE: This is not consistent across all platforms and tray types.
261 */
262 public
263 String getTooltip() {
264 return this.tooltip;
265 }
266
267
268 /**

Callers 15

asSwingComponentMethod · 0.95
asSwingComponentMethod · 0.45
setTooltipMethod · 0.45
setTooltipMethod · 0.45
setTooltipMethod · 0.45
setTooltipMethod · 0.45
setTooltipMethod · 0.45
setTooltipMethod · 0.45
setTooltipMethod · 0.45
setTooltipMethod · 0.45
setTooltipMethod · 0.45
setTooltipMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected