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

Method setText

src/dorkbox/systemTray/ui/swing/SwingMenu.java:133–137  ·  view source on GitHub ↗
(final MenuItem menuItem)

Source from the content-addressed store, hash-verified

131
132 // is overridden in tray impl
133 @Override
134 public
135 void setText(final MenuItem menuItem) {
136 SwingUtil.INSTANCE.invokeLater(()->((JMenu) _native).setText(menuItem.getText()));
137 }
138
139 @Override
140 public

Callers

nothing calls this directly

Calls 2

setTextMethod · 0.65
getTextMethod · 0.45

Tested by

no test coverage detected